Try this insted of your foreach : @for (int i = 0; i < Model.Refills.Count(); i++) { @Html.Hidden("Refills[" + i + "].Id", Model.Refills[i].
確定! 回上一頁