@* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ ViewData["Title"] = "Role Administration"; Layout = "~/Views/Shared/_Layout.cshtml"; }

@* Create New *@

Role List

@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }