首页 > 技术文章 > MVC @Html.TextBox 添加属性和样式

yechangzhong-826217795 2016-07-08 17:15 原文

1.添加属性:@Html.TextBox("CnAddressmodify","", new { maxlength="90" })

2.添加样式:@Html.TextBox("EnAddressmodify","",new {@class="EnAddressmodify",style="width:86px;"})

推荐阅读