@model NEducation.Models.RankingModel @using (Html.BeginForm()) { @Html.AntiForgeryToken()

RankingModel


@Html.ValidationSummary(true, "", new { @class = "text-danger" })
}
@Html.ActionLink("Back to List", "Index")