标签: asp.net asp.net-mvc-3 razor
@Html.TextAreaFor(model => model.title, new { id = "title", @class = "double text white" })
数据未在控制器中绑定。保存模型时,属性标题保持为空。