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.Components.Web.LeptonTheme
Assembly: Volo.Abp.AspNetCore.Components.Web.LeptonTheme.dll
Syntax
public class LeptonTheme : ITheme, ITransientDependency

Constructors

LeptonTheme()

Declaration
public LeptonTheme()

Fields

Name

Declaration
public const string Name = "Lepton"
Field Value
Type Description
string

Methods

GetLayout(string, bool)

Declaration
public virtual Type GetLayout(string name, bool fallbackToDefault = true)
Parameters
Type Name Description
string name
bool fallbackToDefault
Returns
Type Description
Type

Implements

Volo.Abp.AspNetCore.Components.Web.Theming.Theming.ITheme
Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft