BundleDefinition Class

Represents a bundle definition as specified by the bundle manifest.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.BundleDefinition

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public NotInheritable Class BundleDefinition
'Usage
Dim instance As BundleDefinition
public sealed class BundleDefinition
public ref class BundleDefinition sealed
[<SealedAttribute>]
type BundleDefinition =  class end
public final class BundleDefinition

The BundleDefinition type exposes the following members.

Constructors

  Name Description
Public method BundleDefinition Initializes a new instance of the BundleDefinition class.

Top

Properties

  Name Description
Public property CdnFallbackExpression Gets or sets the CDN fallback expression for the bundle.
Public property CdnPath Gets or sets the CDN path for the bundle.
Public property Includes Gets the files included in the bundle.
Public property Path Gets or sets the virtual path for the bundle.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Optimization Namespace