@using Resources
@model Weee.Models.Paramemter.NonYearlyParameter
@{
ViewBag.Title = Resource.StaticLabelNonYearlyParameterMaintain;
Layout = "~/Areas/admin/Views/Shared/_AdminLayout.cshtml";
}
Delete
Are you sure you want to delete this?
NonYearlyParameter
-
@Html.DisplayNameFor(model => model.Type.DisplayName)
-
@Html.DisplayFor(model => model.Type.DisplayName)
-
@Html.DisplayNameFor(model => model.Value)
-
@Html.DisplayFor(model => model.Value)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}