Class BundleOptions
Inheritance
object
BundleOptions
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 BundleOptions
Constructors
BundleOptions()
Declaration
public BundleOptions()
Properties
BundleName
Declaration
public string BundleName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Directory
Declaration
public string Directory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FrameworkVersion
Declaration
public string FrameworkVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Minify
Declaration
public bool Minify { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ProjectFileName
Declaration
public string ProjectFileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectType
Declaration
public string ProjectType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |