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

@SR["Index"]

@SR["Create New"]

@foreach (var item in Model) { }
@Html.DisplayNameFor(model => model.HRef) @Html.DisplayNameFor(model => model.Method) @Html.DisplayNameFor(model => model.ContentType) @Html.DisplayNameFor(model => model.Rel)
@Html.DisplayFor(modelItem => item.HRef) @Html.DisplayFor(modelItem => item.Method) @Html.DisplayFor(modelItem => item.ContentType) @Html.DisplayFor(modelItem => item.Rel) @Html.ActionLink("Edit", SR["Edit"], new { /* id=item.PrimaryKey */ }) | @Html.ActionLink("Details", SR["Details"], new { /* id=item.PrimaryKey */ }) | @Html.ActionLink("Delete", SR["Delete"], new { /* id=item.PrimaryKey */ })