Class ThemeInfo
Inheritance
System.Object
ThemeInfo
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 ThemeInfo
Constructors
ThemeInfo(Type)
Declaration
public ThemeInfo(Type themeType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | themeType |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ThemeType
Declaration
public Type ThemeType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |