MVC中给TextBoxFor设置默认值和属性

例如:(特别注意在设置初始值的时候 Value 中的V要大写)spa

@Html.TextBoxFor(model => model.CustomerCode, new {  Value=" 默认",@style="width:240px;height:35px;",id="UserCode", @class="search_key_content"})
相关文章
相关标签/搜索