Class ThemeInfo
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web.Theming.Theming
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class ThemeInfo
Constructors
ThemeInfo(Type)
Declaration
public ThemeInfo(Type themeType)
Parameters
Type | Name | Description |
---|---|---|
Type | themeType |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
ThemeType
Declaration
public Type ThemeType { get; }
Property Value
Type | Description |
---|---|
Type |