@model CD67.FicheCollege.Entity.TypeCollege @{ ViewBag.Title = "Suppression"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Suppression

Voulez-vous vraiment supprimer cet élément?

Type collège


@Html.DisplayNameFor(model => model.Libelle)
@Html.DisplayFor(model => model.Libelle)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Retour à la liste", "Index")
}