html.textBox for Dodaj wartość domyślną
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})
Upset Unicorn
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})