@if (ShowPopup) {
| Id | User / Email | Ruolo | Permessi | ||
|---|---|---|---|---|---|
| @if (!ShowPopup) { } else { } | @user.Identity.Id.Substring(0, 8)... | @if (user.Identity.EmailConfirmed) { } else { } @user.Identity.Email | @ShowRoles(user.Roles) | @ShowClaims(user.Claims) | @if (!ShowPopup) { } else { } |