@model IEnumerable @{ ViewBag.Title = "Manage posts"; } @foreach (var post in Model) { }
@post.Title Preview Edit Publish Delete