Class LeptonThemeInitializer
Inheritance
LeptonThemeInitializer
Assembly: Volo.Abp.AspNetCore.Components.MauiBlazor.LeptonTheme.dll
Syntax
public class LeptonThemeInitializer : ITransientDependency, ILeptonThemeInitializer
Constructors
LeptonThemeInitializer(IAbpUtilsService, ILeptonSettingsProvider)
Declaration
public LeptonThemeInitializer(IAbpUtilsService utilsService, ILeptonSettingsProvider leptonSettings)
Parameters
Properties
LeptonSettings
Declaration
protected ILeptonSettingsProvider LeptonSettings { get; }
Property Value
UtilsService
Declaration
protected IAbpUtilsService UtilsService { get; }
Property Value
Methods
GetStylePathAsync()
Declaration
protected virtual Task<string> GetStylePathAsync()
Returns
InitializeAsync()
Declaration
public virtual Task InitializeAsync()
Returns
Implements
Extension Methods