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