Class DefaultThemeSelector
Inheritance
System.Object
DefaultThemeSelector
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 DefaultThemeSelector : IThemeSelector, ITransientDependency
Constructors
DefaultThemeSelector(IOptions<AbpThemingOptions>)
Declaration
public DefaultThemeSelector(IOptions<AbpThemingOptions> options)
Parameters
| Type | Name | Description |
|---|---|---|
| IOptions<AbpThemingOptions> | options |
Properties
Options
Declaration
protected AbpThemingOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| AbpThemingOptions |
Methods
GetCurrentThemeInfo()
Declaration
public virtual ThemeInfo GetCurrentThemeInfo()
Returns
| Type | Description |
|---|---|
| ThemeInfo |
Implements
ITransientDependency