@model IEnumerable @{ ViewBag.Title = "Liste"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Actions

Gestion des actions éducatives, sportives et Culturelles @Model.Count(i => i.Actions_CLAS.Action == true) collège(s) avec une action CLAS

@foreach (var item in Model) { }
@Html.DisplayNameFor(model => model.Id) @Html.DisplayNameFor(model => model.Libelle) CLAS Commentaire CLAS
@Html.DisplayFor(modelItem => item.Id) @Html.DisplayFor(modelItem => item.Libelle) @Html.DisplayFor(modelItem => item.Actions_CLAS.Action) @Html.DisplayFor(modelItem => item.Actions_CLAS.Commentaire) @Html.ActionLink("Modifier", "Details", "ActionsCLAS", new { id = item.Id }, null)