@model MALDFGASSURANCE.Models.AspNetRoles @{ ViewBag.Title = "Create"; Layout = "~/Views/Shared/_Connecte.cshtml"; }

ROLES DE GESTION

@using (Html.BeginForm()) { @Html.AntiForgeryToken()

Creer un nouveau rôle de gestion


@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@Html.EditorFor(model => model.Name, new { htmlAttributes = new { @class = "form-control h-auto form-control-solid py-4 px-8", @placeholder = "Entrez le nom du rôle" } }) @Html.ValidationMessageFor(model => model.Name, "", new { @class = "text-danger" })
}