@model EnVisage.Models.ProjectModel @{ ViewBag.Title = "Delete " + Model.Name; } @section Scripts { }
Warning

You are about to delete the @Model.Name, this action cannot be undone. The following scenarios will be removed. Are you sure you want to delete it?

@using (Html.BeginForm()) { @Html.HiddenFor(t => t.Id) @Html.AntiForgeryToken() Back to list }