6 references to ActionAttributeName
Microsoft.AspNetCore.Mvc.TagHelpers (6)
FormActionTagHelper.cs (6)
16
[HtmlTargetElement("button", Attributes =
ActionAttributeName
)]
57
private const string ImageActionAttributeSelector = ImageTypeSelector +
ActionAttributeName
;
68
private const string SubmitActionAttributeSelector = SubmitTypeSelector +
ActionAttributeName
;
107
[HtmlAttributeName(
ActionAttributeName
)]
202
ActionAttributeName
,
224
ControllerAttributeName + ", " +
ActionAttributeName
,