@model EnVisage.AspNetUser @{ ViewBag.Title = "Delete " + Model.UserName; } @section Scripts { }
You are about to delete the @Model.UserName. Are you sure you want to delete it?
@using (Html.BeginForm("Delete", "User", FormMethod.Post, new { id = "frmDelete" })) { @Html.AntiForgeryToken() Back to list }