I have a few textboxes that work great with the HtmlEditFor (single line) but I have been asked to make the text-input-box larger for one of the inputs. How can I acheive this??
I want 6-8 lines. Currently my code looks something like this:
@Html.EditorFor(model => model.Message, new { htmlAttributes = new { @class = "form-control" } })