Class IdentityMenuNames
Inheritance
System.Object
IdentityMenuNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Identity.Blazor
Assembly: Volo.Abp.Identity.Blazor.dll
Syntax
public class IdentityMenuNames
Fields
GroupName
Declaration
public const string GroupName = "AbpIdentity"
Field Value
| Type | Description |
|---|---|
| System.String |
Roles
Declaration
public const string Roles = "AbpIdentity.Roles"
Field Value
| Type | Description |
|---|---|
| System.String |
Users
Declaration
public const string Users = "AbpIdentity.Users"
Field Value
| Type | Description |
|---|---|
| System.String |