AspNetUsers
-
@Html.DisplayNameFor(model => model.Email)
-
@Html.DisplayFor(model => model.Email)
-
@Html.DisplayNameFor(model => model.EmailConfirmed)
-
@Html.DisplayFor(model => model.EmailConfirmed)
-
@Html.DisplayNameFor(model => model.PasswordHash)
-
@Html.DisplayFor(model => model.PasswordHash)
-
@Html.DisplayNameFor(model => model.SecurityStamp)
-
@Html.DisplayFor(model => model.SecurityStamp)
-
@Html.DisplayNameFor(model => model.PhoneNumber)
-
@Html.DisplayFor(model => model.PhoneNumber)
-
@Html.DisplayNameFor(model => model.PhoneNumberConfirmed)
-
@Html.DisplayFor(model => model.PhoneNumberConfirmed)
-
@Html.DisplayNameFor(model => model.TwoFactorEnabled)
-
@Html.DisplayFor(model => model.TwoFactorEnabled)
-
@Html.DisplayNameFor(model => model.LockoutEndDateUtc)
-
@Html.DisplayFor(model => model.LockoutEndDateUtc)
-
@Html.DisplayNameFor(model => model.LockoutEnabled)
-
@Html.DisplayFor(model => model.LockoutEnabled)
-
@Html.DisplayNameFor(model => model.AccessFailedCount)
-
@Html.DisplayFor(model => model.AccessFailedCount)
-
@Html.DisplayNameFor(model => model.UserName)
-
@Html.DisplayFor(model => model.UserName)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
|
@Html.ActionLink("Back to List", "Index")
}