How do I convert a textbox type to password in asp.net mvc?
@Html.EditorFor(model => model.Password, "Password", new { htmlAttributes = new { @class = "form-control" } })