TextAreaFor设置高度以自动扩展

时间:2019-07-16 12:42:31

标签: asp.net-mvc

我是否可以设置TextAreaFor以根据文本量自动设置高度?

谢谢, EB

@Html.TextAreaFor(model => model.Description, 10,40, htmlAttributes: new {style="width: 100%; max-width: 75%; border-style: none " })

0 个答案:

没有答案