Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default bundle collection.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
'Declaration
Public Shared ReadOnly Property Bundles As BundleCollection
Get
'Usage
Dim value As BundleCollection
value = BundleTable.Bundles
public static BundleCollection Bundles { get; }
public:
static property BundleCollection^ Bundles {
BundleCollection^ get ();
}
static member Bundles : BundleCollection
static function get Bundles () : BundleCollection
Type: System.Web.Optimization.BundleCollection
The default bundle collection.