@Html.HiddenFor(m => m.Id, new { @Value = Model.Id }). Found that @Value (capital V) is creating another attribute with "Value" along with "value", ...
確定! 回上一頁