BundleModule Class

Represents a module that enables bundling to intercept requests to bundle URLs.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.BundleModule

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

Syntax

'Declaration
Public Class BundleModule _
    Implements IHttpModule
'Usage
Dim instance As BundleModule
public class BundleModule : IHttpModule
public ref class BundleModule : IHttpModule
type BundleModule =  
    class 
        interface IHttpModule 
    end
public class BundleModule implements IHttpModule

The BundleModule type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Protected method Dispose Disposes any resources used by the BundleModule class.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Init Hooks the OnApplicationPostResolveRequestCache event to remap to the bundle handler.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHttpModule.Dispose Calls the Dispose() method.
Explicit interface implemetationPrivate method IHttpModule.Init Calls the Init method.

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