Reference to FormTagHelper API docs (#24011)
* Reference to FormTagHelper API docs * Update to XREF API link Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>pull/24016/head
parent
17d7cfb71a
commit
4f50779ea7
|
@ -20,7 +20,7 @@ In many cases, HTML Helpers provide an alternative approach to a specific Tag He
|
|||
|
||||
## The Form Tag Helper
|
||||
|
||||
The [Form](https://www.w3.org/TR/html401/interact/forms.html) Tag Helper:
|
||||
The [Form Tag Helper](xref:Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper):
|
||||
|
||||
* Generates the HTML [\<FORM>](https://www.w3.org/TR/html401/interact/forms.html) `action` attribute value for a MVC controller action or named route
|
||||
|
||||
|
|
Loading…
Reference in New Issue