2 writes to Area
Microsoft.AspNetCore.Identity.UI (2)
_generated\38\_Layout_cshtml.g.cs (1)
371
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Area
= (string)__tagHelperAttribute_14.Value;
_generated\80\_Layout_cshtml.g.cs (1)
374
__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.
Area
= (string)__tagHelperAttribute_16.Value;
4 references to Area
Microsoft.AspNetCore.Mvc.TagHelpers (4)
AnchorTagHelper.cs (4)
127
/// Must be <c>null</c> if one of <see cref="Action"/>, <see cref="Controller"/>, <see cref="
Area
"/>
173
Area
!= null ||
224
if (
Area
!= null)
231
routeValues["area"] =
Area
;