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