Show / Hide Table of Contents

Class Constants.ControllerNames

Inheritance
Object
Constants.ControllerNames
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class ControllerNames

Fields

Account

Declaration
public const string Account = "Account"
Field Value
String

ConfigureModule

Declaration
public const string ConfigureModule = "ConfigureModule"
Field Value
String

ConfigureTenant

Declaration
public const string ConfigureTenant = "ConfigureTenant"
Field Value
String

EmbeddedImpersonate

Declaration
public const string EmbeddedImpersonate = "EmbeddedImpersonate"
Field Value
String

Group

Declaration
public const string Group = "Group"
Field Value
String

Impersonate

Declaration
public const string Impersonate = "Impersonate"
Field Value
String

LinkLogin

Declaration
public const string LinkLogin = "LinkLogin"
Field Value
String

Manage

Declaration
public const string Manage = "Manage"
Field Value
String

SignIn

Declaration
public const string SignIn = "SignIn"
Field Value
String

SignOut

Declaration
public const string SignOut = "SignOut"
Field Value
String

Tenant

Declaration
public const string Tenant = "Tenants"
Field Value
String

User

Declaration
public const string User = "User"
Field Value
String

Back to top Generated by DocFX