6 references to ControllerAttributeName
Microsoft.AspNetCore.Mvc.TagHelpers (6)
FormActionTagHelper.cs (6)
17[HtmlTargetElement("button", Attributes = ControllerAttributeName)] 62private const string ImageControllerAttributeSelector = ImageTypeSelector + ControllerAttributeName; 73private const string SubmitControllerAttributeSelector = SubmitTypeSelector + ControllerAttributeName; 113[HtmlAttributeName(ControllerAttributeName)] 203ControllerAttributeName, 224ControllerAttributeName + ", " + ActionAttributeName,