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)
661Area = "Admin", 718Area = string.Empty, 775Area = "Admin", 946Area = "test-area",
3 references to Area
Microsoft.AspNetCore.Mvc.TagHelpers (3)
FormTagHelper.cs (3)
161Area != null || 243if (Area != null) 251routeValues["area"] = Area;