I have a date field that I want to set the value for in code: @Html.HiddenFor(model => model[i].Date) How do I accomplish this in razor?
確定! 回上一頁