4 references to FormAction
Microsoft.AspNetCore.Mvc.TagHelpers (4)
FormActionTagHelper.cs (4)
184
if (output.Attributes.ContainsName(
FormAction
))
199
FormAction
,
222
Resources.FormatCannotDetermineAttributeFor(
FormAction
, '<' + output.TagName + '>'),
262
output.Attributes.SetAttribute(
FormAction
, url);