@model List
@foreach (var entry in Model) { @* *@ }
Title Content EntryDate Actions
@entry.Title @entry.Content @entry.DateCreated Edit Delete @Html.ActionLink("Edit", "Edit", new { id=item.Id }) | @Html.ActionLink("Details", "Details", new { id=item.Id }) | @Html.ActionLink("Delete", "Delete", new { id=item.Id })