html.textboxFor Fügen Sie den Standardwert hinzu
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})
Upset Unicorn
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})