Class AbpThemingOptions
Inherited Members
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 |
---|---|
string |
Themes
Declaration
public ThemeDictionary Themes { get; }
Property Value
Type | Description |
---|---|
ThemeDictionary |