i think you should use like this
@Html.TextBoxFor(model => model.Name, new { @class = "text", type = "email", required = "required" })
i think this will help you.
i think you should use like this
@Html.TextBoxFor(model => model.Name, new { @class = "text", type = "email", required = "required" })
i think this will help you.