Class AbpThemingOptions
Inheritance
System.Object
AbpThemingOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theming
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class AbpThemingOptions
Constructors
AbpThemingOptions()
Declaration
public AbpThemingOptions()
Properties
DefaultThemeName
Declaration
public string DefaultThemeName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Themes
Declaration
public ThemeDictionary Themes { get; }
Property Value
| Type | Description |
|---|---|
| ThemeDictionary |