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 | |
---|---|---|
BundleModule | Initializes a new instance of the BundleModule class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Disposes any resources used by the BundleModule class. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Hooks the OnApplicationPostResolveRequestCache event to remap to the bundle handler. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IHttpModule.Dispose | Calls the Dispose() 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.