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
Bouke Haarsma 2021-11-21 17:58:17 +01:00 committed by GitHub
parent 17d7cfb71a
commit 4f50779ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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