@model ContactManager.Models.Contact @{ ViewData["Title"] = "Delete Contact"; }

Delete Contact

Are you sure you want to delete this contact?

Contact


@Html.DisplayNameFor(model => model.FirstName)
@Html.DisplayFor(model => model.FirstName)
@Html.DisplayNameFor(model => model.LastName)
@Html.DisplayFor(model => model.LastName)
| Back to List