html.textbox pour ajouter la valeur par défaut
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})
Upset Unicorn
@Html.TextBoxFor(x => x.Age, new { @Value = "0"})