How to apply input which has a type email to HTML Helper in Asp.net MVC3 Razor. For example:
You can use Html.TextBox method.
@Html.TextBox("name","", new { type = "email", placeholder = "example@mail.ru" })