Class BundleConfig
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class BundleConfig
Constructors
BundleConfig()
Declaration
Properties
InteractiveAuto
Declaration
public bool InteractiveAuto { get; set; }
Property Value
IsBlazorWebApp
Declaration
public bool IsBlazorWebApp { get; set; }
Property Value
Mode
Declaration
public BundlingMode Mode { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Parameters
Declaration
public BundleParameterDictionary Parameters { get; set; }
Property Value
Extension Methods