Class LeptonThemeBundlingOptions
Inheritance
LeptonThemeBundlingOptions
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.Bundling.dll
Syntax
public class LeptonThemeBundlingOptions
Constructors
LeptonThemeBundlingOptions()
Declaration
public LeptonThemeBundlingOptions()
Properties
ChangeStyleDynamically
Declaration
public bool ChangeStyleDynamically { get; set; }
Property Value
DefaultStyle
Declaration
public string DefaultStyle { get; set; }
Property Value
StylePath
Declaration
public string StylePath { get; set; }
Property Value
Extension Methods