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

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

@Html.TextBoxFor(model => model.CustomerCode, new { Value=" 默认",@style="width:240px;height:35px;",id="UserCode", @class="search_key_content"})
posted on 2016-11-10 18:16  人生路无止境  阅读(6547)  评论(0编辑  收藏  举报