标签:前端 高度宽度 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;" } })
标签:前端 高度宽度 new model attribute data mode style ring
原文地址:http://www.cnblogs.com/sheven/p/7782412.html