You shouldn't need to set the value in the attributes parameter. MVC should automatically bind it for you. @Html.HiddenFor(model => model.title, ...
確定! 回上一頁