@model IEnumerable @{ ViewData["Title"] = "Index"; }

Index

Create New

@foreach (var item in Model) { }
Chemin
@item.Path @Html.ActionLink("Edit", "Edit", new { id=item.Path }) | @Html.ActionLink("Details", "Details", new { id=item.Path }) | @Html.ActionLink("Delete", "Delete", new { id=item.Path })