标签: asp.net-mvc
我是否可以设置TextAreaFor以根据文本量自动设置高度?
谢谢, EB
@Html.TextAreaFor(model => model.Description, 10,40, htmlAttributes: new {style="width: 100%; max-width: 75%; border-style: none " })