@model EnVisage.Models.CompanyModel @{ ViewBag.Title = "Delete " + Model.Name; } @section Scripts { }
You are about to delete the @Model.Name. Are you sure you want to delete it?
@using (Html.BeginForm()) { @Html.HiddenFor(t => t.Id) @Html.AntiForgeryToken() Back to list }