首页 > 技术文章 > mvc @html.editorfor 样式

Battle-Cry 2018-11-07 15:55 原文

 @Html.editorfor(c => c.REC_END, new { style = "width:300px" }) 样式无效,因为此标签达不到效果。

 

改成 @Html.TextBoxFor (c => c.REC_END, new { style = "width:300px" })  即可

推荐阅读