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