6 writes to Action
Microsoft.AspNetCore.Mvc.TagHelpers.Test (6)
AnchorTagHelperTest.cs (6)
62Action = "index", 174Action = "Index", 228Action = "Index", 286Action = "Index", 345Action = "Index", 617Action = "Action",
6 references to Action
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"/> 171if (Action != null || 203var actionLink = Controller != null || Action != null; 265actionName: Action,