Class LeptonTheme
Implements
ITheme
ITransientDependency
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.dll
Syntax
public class LeptonTheme : ITheme, ITransientDependency
Constructors
LeptonTheme(IConfiguration)
Declaration
public LeptonTheme(IConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration | configuration |
Fields
Name
Declaration
public const string Name = "Lepton"
Field Value
Type | Description |
---|---|
string |
Methods
GetLayout(string, bool)
Declaration
public virtual string GetLayout(string name, bool fallbackToDefault = true)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
bool | fallbackToDefault |
Returns
Type | Description |
---|---|
string |
Implements
Volo.Abp.AspNetCore.Mvc.UI.Theming.ITheme
Volo.Abp.DependencyInjection.ITransientDependency