HTML.TextAreaFor数据绑定

时间:2012-09-03 15:27:02

标签: asp.net asp.net-mvc-3 razor

@Html.TextAreaFor(model => model.title, new { id = "title", @class = "double text white" }) 

数据未在控制器中绑定。保存模型时,属性标题保持为空。

0 个答案:

没有答案