@model PostgreSqlDotnetCore.Models.BlogPostAnswers
@{
ViewBag.Title = "Delete";
}
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")
}