oclockvn
3/31/2017 - 5:52 AM

validation-summary.cshtml

@using (Html.BeginForm("Index", "Home", FormMethod.Post, new { }))
{   
    @Html.ValidationSummary() // <!-- validate messages go here
    
    <div class="form-group">
        ...
    </div>
}