My element @Html.TextBoxFor(m => m.Date, new { @type = "date" }) works fine by putting new data to the Model. How ever, when I want to get
@Html.TextBoxFor(m => m.Date, new { @type = "date" })