6 writes to Area
Microsoft.AspNetCore.Identity.UI (2)
Areas_Identity_Pages_V4_Account_Logout_cshtml.g.cs (1)
98
__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.
Area
= (string)__tagHelperAttribute_1.Value;
Areas_Identity_Pages_V5_Account_Logout_cshtml.g.cs (1)
98
__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.
Area
= (string)__tagHelperAttribute_1.Value;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
FormTagHelperTest.cs (4)
661
Area
= "Admin",
718
Area
= string.Empty,
775
Area
= "Admin",
946
Area
= "test-area",
3 references to Area
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FormTagHelper.cs (3)
161
Area
!= null ||
243
if (
Area
!= null)
251
routeValues["area"] =
Area
;