4 writes to Area
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
AnchorTagHelperTest.cs (4)
230
Area
= "Admin",
288
Area
= "Admin",
347
Area
= string.Empty,
463
Area
= "test-area",
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
;