Class BundleConfig
Inheritance
object
BundleConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |