@model IEnumerable @{ ViewBag.Title = "Index"; }
@foreach (var item in Model) { }
POSTES
@Html.DisplayFor(modelItem => item.libellePost)