@model DMSSample.Models.Person @{ Layout = "~/Views/Shared/_FormLayout.cshtml"; ViewData["Title"] = "Delete"; }
Delete Person
Are you sure you want to delete this?
@Html.DisplayNameFor(model => model.FullName)
@Html.DisplayFor(model => model.FullName)
@Html.DisplayNameFor(model => model.LastName)
@Html.DisplayFor(model => model.LastName)
@Html.DisplayNameFor(model => model.FirstName)
@Html.DisplayFor(model => model.FirstName)