IBundleTransform Interface
Defines a method that transforms the files in a BundleResponse object.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Interface IBundleTransform
'Usage
Dim instance As IBundleTransform
public interface IBundleTransform
public interface class IBundleTransform
type IBundleTransform = interface end
public interface IBundleTransform
The IBundleTransform type exposes the following members.
Methods
Name | Description | |
---|---|---|
Process | Transforms the content in the BundleResponse object. |
Top