I\'m working on an MVC project using C#. Right now, I\'m trying to customize my views a little, and I\'d like to make the text boxes bigger.
I followed the suggesti
I just wanna share in mvc 5
@Html.EditorFor(model => model.Body, new {htmlAttributes = new {@style="width:yourdesiredwidth;"} })
or use a custom class