IBundleTransform.Process Method
Transforms the content in the BundleResponse object.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Sub Process ( _
context As BundleContext, _
response As BundleResponse _
)
'Usage
Dim instance As IBundleTransform
Dim context As BundleContext
Dim response As BundleResponse
instance.Process(context, response)
void Process(
BundleContext context,
BundleResponse response
)
void Process(
BundleContext^ context,
BundleResponse^ response
)
abstract Process :
context:BundleContext *
response:BundleResponse -> unit
function Process(
context : BundleContext,
response : BundleResponse
)
Parameters
- context
Type: System.Web.Optimization.BundleContext
The bundle context.
- response
Type: System.Web.Optimization.BundleResponse
The bundle response.