SyntaxFix
Write A Post
Hire A Developer
Questions
With @style, you can give it a custom size and disable the resize feature (resize: none;).
@style
(resize: none;)
@Html.TextAreaFor(model => model.YourProperty, new { @style = "width: 90%; height: 180px; resize: none;" })