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
;