@page @model _2021_backend.Pages.Users.DeleteModel @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

User


@Html.DisplayNameFor(model => model.User.stuID)
@Html.DisplayFor(model => model.User.stuID)
@Html.DisplayNameFor(model => model.User.Name)
@Html.DisplayFor(model => model.User.Name)
@Html.DisplayNameFor(model => model.User.isManager)
@Html.DisplayFor(model => model.User.isManager)
| Back to List