Class BundleConfig
Inherited Members
Namespace: Volo.Abp.Cli.Bundling
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class BundleConfig
Constructors
BundleConfig()
Declaration
public BundleConfig()
Properties
Mode
Declaration
public BundlingMode Mode { get; set; }
Property Value
Type | Description |
---|---|
BundlingMode |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
Declaration
public BundleParameterDictionary Parameters { get; set; }
Property Value
Type | Description |
---|---|
BundleParameterDictionary |