View Source
Struct BundlingOptions
Assembly: Umbraco.Core.dll
Syntax
public struct BundlingOptions
Constructors
View Source
BundlingOptions(Boolean, Boolean)
Declaration
public BundlingOptions(bool optimizeOutput = true, bool enabledCompositeFiles = true)
Parameters
Type |
Name |
Description |
System.Boolean |
optimizeOutput |
|
System.Boolean |
enabledCompositeFiles |
|
Properties
View Source
EnabledCompositeFiles
If true, the files in the bundle will be combined, if false the files
will be served as individual files.
Declaration
public readonly bool EnabledCompositeFiles { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
NotOptimizedAndComposite
Declaration
public static readonly BundlingOptions NotOptimizedAndComposite { get; }
Property Value
View Source
NotOptimizedNotComposite
Declaration
public static readonly BundlingOptions NotOptimizedNotComposite { get; }
Property Value
View Source
OptimizedAndComposite
Declaration
public static readonly BundlingOptions OptimizedAndComposite { get; }
Property Value
View Source
OptimizedNotComposite
Declaration
public static readonly BundlingOptions OptimizedNotComposite { get; }
Property Value
View Source
OptimizeOutput
If true, the files in the bundle will be minified
Declaration
public readonly bool OptimizeOutput { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
Equals(BundlingOptions)
Declaration
public bool Equals(BundlingOptions other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
View Source
Equality(BundlingOptions, BundlingOptions)
Declaration
public static bool operator ==(BundlingOptions left, BundlingOptions right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
Inequality(BundlingOptions, BundlingOptions)
Declaration
public static bool operator !=(BundlingOptions left, BundlingOptions right)
Parameters
Returns
Type |
Description |
System.Boolean |
|