From 69f63db7bf32176ff928bbed1830155a7cae42b7 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sun, 30 Nov 2014 16:07:28 -0800 Subject: [PATCH] Add out-of-order HTML attributes to MVC tag helper sample - these are rendered in the same, non-alphabetic order - demonstrates aspnet/Razor#225 does not affect HTML attributes --- samples/TagHelperSample.Web/Views/Home/Create.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/TagHelperSample.Web/Views/Home/Create.cshtml b/samples/TagHelperSample.Web/Views/Home/Create.cshtml index 38645928aa..004a242787 100644 --- a/samples/TagHelperSample.Web/Views/Home/Create.cshtml +++ b/samples/TagHelperSample.Web/Views/Home/Create.cshtml @@ -20,7 +20,7 @@ @* - should helper remove the
if list isn't generated? *@ @* - (Html.ValidationSummary returns empty string despite non-empty message parameter) *@ @* Acceptable values are: "None", "ModelOnly" and "All" *@ -
+
This is my message