@model CD67.ModeleMVC.Entity.PARAM
@{
ViewBag.Title = "Delete";
Layout = "~/Views/Shared/_AppLayout.cshtml";
}
Delete
Are you sure you want to delete this?
PARAM
-
@Html.DisplayNameFor(model => model.PRM_LIB1)
-
@Html.DisplayFor(model => model.PRM_LIB1)
-
@Html.DisplayNameFor(model => model.PRM_LIB2)
-
@Html.DisplayFor(model => model.PRM_LIB2)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}