TextBoxFor Default Value
https://stackoverflow.com/questions/3034986/how-to-set-a-default-value-with-html-textboxfor
@Html.TextBoxFor(m => m.Age, new { @Value = "12" })
Full Stack Developer
https://stackoverflow.com/questions/3034986/how-to-set-a-default-value-with-html-textboxfor
@Html.TextBoxFor(m => m.Age, new { @Value = "12" })