Toggle navigation
FORUM
Categories
Discussions
Sign In
Home
›
Developers
Type password with editor for
anand9796
October 2019
in
Developers
Hi, I am creating a form in asp.net mvc
@Html
.EditorFor(model => model.Password, new { htmlAttributes = new {
@class
= "form-control" } })
How to set input type=password in above code.
I have tried password for but it makes changes to web design
Sign In
or
Register
to comment.