@model MALDFGASSURANCE.Models.AspNetUserRoles
@{
ViewBag.Title = "Delete";
}
AspNetUserRoles
-
@Html.DisplayNameFor(model => model.AspNetRoles.Name)
-
@Html.DisplayFor(model => model.AspNetRoles.Name)
-
@Html.DisplayNameFor(model => model.AspNetUsers.Email)
-
@Html.DisplayFor(model => model.AspNetUsers.Email)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}