Class AbpBundlingOptions
Inheritance
object
AbpBundlingOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll
Syntax
public class AbpBundlingOptions
Constructors
AbpBundlingOptions()
Declaration
public AbpBundlingOptions()
Properties
BundleFolderName
Declaration
public string BundleFolderName { get; }
Property Value
| Type | Description |
|---|---|
| string |
DeferScripts
Declaration
public List<string> DeferScripts { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
DeferScriptsByDefault
Declaration
public bool DeferScriptsByDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MinificationIgnoredFiles
Declaration
public HashSet<string> MinificationIgnoredFiles { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.HashSet<T><string> |
Mode
Declaration
public BundlingMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| BundlingMode |
PreloadStyles
Declaration
public List<string> PreloadStyles { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
PreloadStylesByDefault
Declaration
public bool PreloadStylesByDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ScriptBundles
Declaration
public BundleConfigurationCollection ScriptBundles { get; }
Property Value
| Type | Description |
|---|---|
| BundleConfigurationCollection |
StyleBundles
Declaration
public BundleConfigurationCollection StyleBundles { get; }
Property Value
| Type | Description |
|---|---|
| BundleConfigurationCollection |