Show / Hide Table of Contents

Class IdentityAdminUIOptions

Options for the default Identity Admin UI

Inheritance
Object
IdentityUIOptions
IdentityAdminUIOptions
Inherited Members
IdentityUIOptions.ApplicationName
IdentityUIOptions.EmailApplicationName
IdentityUIOptions.AdditionalStylesheets
IdentityUIOptions.RegisterOptions
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 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

Back to top Generated by DocFX