diff --git a/samples/TagHelperSample.Web/Views/Home/Create.cshtml b/samples/TagHelperSample.Web/Views/Home/Create.cshtml index 29cc0069ff..63dd93cf61 100644 --- a/samples/TagHelperSample.Web/Views/Home/Create.cshtml +++ b/samples/TagHelperSample.Web/Views/Home/Create.cshtml @@ -4,33 +4,53 @@

Create

-
- @Html.AntiForgeryToken() - +@* anti-forgery is on by default *@ +@* form will special-case anything that looks like a URI i.e. contains a '/' or doesn't match an action *@ +
- + @* validation summary tag helper will target just
elements and append the list of errors *@ + @* - i.e. this helper, like
-