html.textbox untuk menambahkan nilai default
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})
Upset Unicorn
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})