@model PostgreSqlDotnetCore.Models.BlogPostAnswers @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

Blog_Post_Answers


@Html.DisplayNameFor(model => model.parent_id)
@Html.DisplayFor(model => model.parent_id)
@Html.DisplayNameFor(model => model.reply)
@Html.DisplayFor(model => model.reply)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}