From 4f50779ea7c580340dd21db254fc51f5777b0497 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Sun, 21 Nov 2021 17:58:17 +0100 Subject: [PATCH] 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> --- aspnetcore/mvc/views/working-with-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/mvc/views/working-with-forms.md b/aspnetcore/mvc/views/working-with-forms.md index e705ed76df..a550a199fc 100644 --- a/aspnetcore/mvc/views/working-with-forms.md +++ b/aspnetcore/mvc/views/working-with-forms.md @@ -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 [\
](https://www.w3.org/TR/html401/interact/forms.html) `action` attribute value for a MVC controller action or named route