@model CD67.FicheCollege.Entity.Territoire
@{
ViewBag.Title = "Suppression";
Layout = "~/Views/Shared/_Layout.cshtml";
}
Suppression
Voulez-vous vraiment supprimer cet élément?
Territoire
-
@Html.DisplayNameFor(model => model.Libelle)
-
@Html.DisplayFor(model => model.Libelle)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Retour à la liste", "Index")
}