I've just come across this issue and solved it simply by doing the following: @for(int i = 0; i < Model.ToGroups.Length; i++) { @Html.HiddenFor(model ...
確定! 回上一頁