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