Show / Hide Table of Contents

Class LeptonThemeOptions

Inheritance
object
LeptonThemeOptions
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 LeptonThemeOptions

Constructors

LeptonThemeOptions()

Declaration
public LeptonThemeOptions()

Properties

EnableDemoFeatures

Declaration
public bool EnableDemoFeatures { get; set; }
Property Value
Type Description
bool

IsPublicWebsite

Declaration
public bool IsPublicWebsite { get; set; }
Property Value
Type Description
bool

StylePath

Declaration
public string StylePath { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft