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 | |
---|---|---|
BundleDefinition | Initializes a new instance of the BundleDefinition class. |
Top
Properties
Name | Description | |
---|---|---|
CdnFallbackExpression | Gets or sets the CDN fallback expression for the bundle. | |
CdnPath | Gets or sets the CDN path for the bundle. | |
Includes | Gets the files included in the bundle. | |
Path | Gets or sets the virtual path for the bundle. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.