Class BundleOptions
Inheritance
BundleOptions
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class BundleOptions
Constructors
BundleOptions()
Declaration
Properties
BundleName
Declaration
public string BundleName { get; set; }
Property Value
Directory
Declaration
public string Directory { get; set; }
Property Value
FrameworkVersion
Declaration
public string FrameworkVersion { get; set; }
Property Value
Minify
Declaration
public bool Minify { get; set; }
Property Value
ProjectFileName
Declaration
public string ProjectFileName { get; set; }
Property Value
ProjectType
Declaration
public string ProjectType { get; set; }
Property Value
Extension Methods