BundleTable Class

Static holder class for the default bundle collection.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.BundleTable

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

Syntax

'Declaration
Public NotInheritable Class BundleTable
'Usage
public static class BundleTable
public ref class BundleTable abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BundleTable =  class end
public final class BundleTable

The BundleTable type exposes the following members.

Properties

  Name Description
Public propertyStatic member Bundles Gets the default bundle collection.
Public propertyStatic member EnableOptimizations Gets or sets whether bundling and minification of bundle references is enabled.
Public propertyStatic member VirtualPathProvider Gets or sets the provider to be used in resolving bundle files.

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