@model Weee.Models.Paramemter.YearlyParameter @{ ViewBag.Title = "Delete"; Layout = "~/Areas/admin/Views/Shared/_AdminLayout.cshtml"; }

Delete

Are you sure you want to delete this?

YearlyParameter


@Html.DisplayNameFor(model => model.Area.DisplayName)
@Html.DisplayFor(model => model.Area.DisplayName)
@Html.DisplayNameFor(model => model.Type.DisplayName)
@Html.DisplayFor(model => model.Type.DisplayName)
@Html.DisplayNameFor(model => model.Value)
@Html.DisplayFor(model => model.Value)
@Html.DisplayNameFor(model => model.Year)
@Html.DisplayFor(model => model.Year)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}