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