@Html.HiddenFor(x => x.Id) Does not work, but <input type="hidden" value = @Model.Id> works. Why? ... I am really really confused rigthht now, ...
確定! 回上一頁