Class DefaultThemeSelector
Inheritance
DefaultThemeSelector
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class DefaultThemeSelector : IThemeSelector, ITransientDependency
Constructors
DefaultThemeSelector(IOptions<AbpThemingOptions>)
Declaration
public DefaultThemeSelector(IOptions<AbpThemingOptions> options)
Parameters
Properties
Options
Declaration
protected AbpThemingOptions Options { get; }
Property Value
Methods
GetCurrentThemeInfo()
Declaration
public virtual ThemeInfo GetCurrentThemeInfo()
Returns
Implements
Extension Methods