diff --git a/samples/MvcSample.Web/Views/Shared/MyView.cshtml b/samples/MvcSample.Web/Views/Shared/MyView.cshtml index c299c1628e..de853dd191 100644 --- a/samples/MvcSample.Web/Views/Shared/MyView.cshtml +++ b/samples/MvcSample.Web/Views/Shared/MyView.cshtml @@ -134,8 +134,15 @@ -
| @@ -153,6 +160,16 @@ @Html.TextBoxFor(m => m.Address, htmlAttributes: new { @class = "form-control" }) | |
| + + | ++ |
| @@ -191,21 +208,17 @@ | @Html.TextBox("Anon.Address.Country", value: null, format: "{0} (4)", - htmlAttributes: new { @class = "form-control" }) + htmlAttributes: new { @class = "form-control" }) |
| + + | ++ |