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

Delete

Are you sure you want to delete this?

BlogPostConsultation


@Html.DisplayNameFor(model => model.date_askes)
@Html.DisplayFor(model => model.date_askes)
@Html.DisplayNameFor(model => model.title)
@Html.DisplayFor(model => model.title)
@Html.DisplayNameFor(model => model.description)
@Html.DisplayFor(model => model.description)
@Html.DisplayNameFor(model => model.users_id)
@Html.DisplayFor(model => model.users_id)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}