SyntaxFix
Write A Post
Hire A Developer
Questions
Use TextAreaFor
@Html.TextAreaFor(model => model.Description, new { @class = "whatever-class", @cols = 80, @rows = 10 })
or use style for multi-line class.
multi-line
You could also write EditorTemplate for this.