5 writes to Controller
Microsoft.AspNetCore.Mvc.TagHelpers.Test (5)
AnchorTagHelperTest.cs (5)
63Controller = "home", 175Controller = "Home", 229Controller = "Home", 287Controller = "Home", 346Controller = "Home",
6 references to Controller
Microsoft.AspNetCore.Mvc.TagHelpers (6)
AnchorTagHelper.cs (6)
89/// Must be <c>null</c> if <see cref="Route"/> or <see cref="Action"/>, <see cref="Controller"/> 99/// Must be <c>null</c> if <see cref="Route"/> or <see cref="Action"/>, or <see cref="Controller"/> 127/// Must be <c>null</c> if one of <see cref="Action"/>, <see cref="Controller"/>, <see cref="Area"/> 172Controller != null || 203var actionLink = Controller != null || Action != null; 266controllerName: Controller,