Show / Hide Table of Contents

Class IdentityUIOptions

Options for the default Identity UI

Inheritance
Object
IdentityUIOptions
IdentityAdminUIOptions
IdentitySignInUIOptions
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 IdentityUIOptions

Properties

AdditionalStylesheets

Gets a collection of application specific stylesheets.

Declaration
public List<StylesheetOption> AdditionalStylesheets { get; }
Property Value
List<StylesheetOption>

ApplicationName

Gets or sets the default name of the application.

Declaration
public string ApplicationName { get; set; }
Property Value
String

EmailApplicationName

Gets or sets the default name of the application that is used when sending e-mails. If this is not set, the ApplicationName will be used.

Declaration
public string EmailApplicationName { get; set; }
Property Value
String

RegisterOptions

Gets options for registration.

Declaration
public RegisterOptions RegisterOptions { get; set; }
Property Value
RegisterOptions

Back to top Generated by DocFX