<div class="contact_form"> <div class="contact_form1"> @Html.LabelFor(model => model.Increment) </div> @Html.TextBoxFor(model => model.Increment, new {autofocus="autofocus", @class = "name_form" }) @Html.ValidationMessageFor(model => model.Increment) </div>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)