@model PostgreSqlDotnetCore.Models.BlogPostConsultation @{ ViewBag.Title = "Details"; }
Reply | UsersId | |
---|---|---|
@Html.DisplayFor(modelItem => item.reply) | @Html.DisplayFor(model => item.usersid) | @Html.ActionLink("Edit", "Edit", "BlogPostAnswers", new { id = item.id }) | @Html.ActionLink("Details", "Details", "BlogPostAnswers", new { id = item.id }) | @Html.ActionLink("Delete", "Delete", "BlogPostAnswers", new { id = item.id }) |
@Html.ActionLink("Edit", "Edit", new { id = Model.id }) | @Html.ActionLink("Back to List", "Index")