@model WebApplication1.Models.category @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

category


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