@model CD67.ModeleMVC.Entity.EXEMPLE_VIKINGS @{ ViewBag.Title = "Delete"; Layout = "~/Views/Shared/_AppLayout.cshtml"; } Vikings

Suppression

Voulez-vous vraiment supprimer cet enregistrement?

Viking


@Html.DisplayNameFor(model => model.NOM)
@Html.DisplayFor(model => model.NOM)
@Html.DisplayNameFor(model => model.ID_TYPE)
@Html.DisplayFor(model => model.ID_TYPE)
@Html.DisplayNameFor(model => model.DESCRIPTION)
@Html.DisplayFor(model => model.DESCRIPTION)
@Html.DisplayNameFor(model => model.EXEMPLE_TYPE_VIKING.TYPE)
@Html.DisplayFor(model => model.EXEMPLE_TYPE_VIKING.TYPE)
@Html.DisplayNameFor(model => model.alwaysYes)
@Html.DisplayFor(model => model.alwaysYes)
@Html.DisplayNameFor(model => model.alwaysNo)
@Html.DisplayFor(model => model.alwaysNo)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
}

@Html.ActionLink("Retour", "Index")