@model EnVisage.Models.ScenarioModel @{ 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.AntiForgeryToken() @Html.HiddenFor(t=>t.Id) if (Request["backUrl"] != null) { Back } else { Back to projects } }