@model CD67.ModeleMVC.Entity.TypeViking @{ ViewBag.Title = "Details"; Layout = "~/Views/Shared/_Layout.cshtml"; } Type de Vikings

Details

Type de Viking


@Html.DisplayNameFor(model => model.Libelle)
@Html.DisplayFor(model => model.Libelle)

@Html.ActionLink("Editer", "Edit", new { id = Model.Id }) | @Html.ActionLink("Retour", "Index")