@model IEnumerable @{ Layout = null; } Index

Create New

@foreach (var item in Model) { }
@Html.DisplayNameFor(model => model.Value)
@Html.DisplayFor(modelItem => item.Value) Edit | Details | Delete