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