I have the following tag in my MVC Application. How can I apply a class to my textbox?
<%= Html.TextBox("username", "", new { maxlength = 50 })%>
I have the following tag in my MVC Application. How can I apply a class to my textbox?
<%= Html.TextBox("username", "", new { maxlength = 50 })%>