@model WebApplication1.Models.user @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

user


@Html.DisplayNameFor(model => model.usename)
@Html.DisplayFor(model => model.usename)
@Html.DisplayNameFor(model => model.password)
@Html.DisplayFor(model => model.password)
@Html.DisplayNameFor(model => model.displayname)
@Html.DisplayFor(model => model.displayname)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
@Html.ActionLink("back to account managment", "index", null, new { @class = "btn btn-outline-dark" })
}