@model ContactManagementAPI.Models.Contact @{ ViewData["Title"] = $"Delete Contact - {Model.FirstName} {Model.LastName}"; }
Are you sure you want to delete this contact?
@Model.Email
This action cannot be undone. All associated photos and documents will also be deleted.