码迷,mamicode.com
首页 > Web开发 > 详细

Html.EditorFor多行文本显示

时间:2017-11-04 13:23:38      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:前端   高度宽度   new   model   attribute   data   mode   style   ring   

CodeFirst在Model中设置字段:

[DataType(DataType.MultilineText)]

[StringLength(300, ErrorMessage = "录入的字符数超过了300")]

再在前端页面的世style中设置高度宽度

@Html.EditorFor(model => model.Result, new { htmlAttributes = new { @style = "width:330px;height:100px;" } })

Html.EditorFor多行文本显示

标签:前端   高度宽度   new   model   attribute   data   mode   style   ring   

原文地址:http://www.cnblogs.com/sheven/p/7782412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!