Class IdentityAdminUIOptions
Options for the default Identity Admin UI
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class IdentityAdminUIOptions : IdentityUIOptions
Properties
LoginServerBaseUrl
Gets or sets the URL to the login server.
Declaration
public string LoginServerBaseUrl { get; set; }
Property Value
String
|
LogoPath
Gets or sets the path to a logo displayed in the upper left corner of the admin pages.
Declaration
public string LogoPath { get; set; }
Property Value
String
|
ManageOptions
Gets options for manage page.
Declaration
public ManageOptions ManageOptions { get; }
Property Value
ManageOptions
|