diff --git a/samples/TagHelperSample.Web/Views/Home/Create.cshtml b/samples/TagHelperSample.Web/Views/Home/Create.cshtml index e7bee3837f..f1f8e8e08c 100644 --- a/samples/TagHelperSample.Web/Views/Home/Create.cshtml +++ b/samples/TagHelperSample.Web/Views/Home/Create.cshtml @@ -13,7 +13,7 @@
@* validation summary tag helper will target just
elements and append the list of errors *@ - @* - i.e. this helper, like helper appends content. *@ @* helper does nothing if model is valid and (client-side validation is disabled or asp-validation-summary="ValidationSummary.ModelOnly") *@ @* don't need a bound attribute to match Html.ValidationSummary()'s headerTag parameter; users wrap message as they wish *@ @@ -48,7 +48,7 @@