@Html.TextAreaFor(model => model.title, new { id = "title", @class = "double text white" })
データはコントローラーにバインドされていません。モデルを保存すると、属性 title は null のままです。
@Html.TextAreaFor(model => model.title, new { id = "title", @class = "double text white" })
データはコントローラーにバインドされていません。モデルを保存すると、属性 title は null のままです。