Show / Hide Table of Contents

Class LeptonTheme

Inheritance
object
LeptonTheme
Implements
ITheme
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by Volosoft