Does MVC4 by default support placeholders for generated input fields? I didn\'t found anything so I am trying to implement my own but unfortunately
MVC4
placeholders
Try this:
@Html.TextbBoxFor(x=>x.Email,new { @placeholder=@viewBag.email}
If this possible or else what could be the way