4 writes to Area
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
AnchorTagHelperTest.cs (4)
230Area = "Admin", 288Area = "Admin", 347Area = string.Empty, 463Area = "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"/> 173Area != null || 224if (Area != null) 231routeValues["area"] = Area;