Class IdentityUIOptions
Options for the default Identity 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 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
|