JsMinify.Process Method

Transforms the bundle contents by applying javascript minification.

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

Syntax

'Declaration
Public Overridable Sub Process ( _
    context As BundleContext, _
    response As BundleResponse _
)
'Usage
Dim instance As JsMinify 
Dim context As BundleContext 
Dim response As BundleResponse

instance.Process(context, response)
public virtual void Process(
    BundleContext context,
    BundleResponse response
)
public:
virtual void Process(
    BundleContext^ context, 
    BundleResponse^ response
)
abstract Process : 
        context:BundleContext * 
        response:BundleResponse -> unit  
override Process : 
        context:BundleContext * 
        response:BundleResponse -> unit
public function Process(
    context : BundleContext, 
    response : BundleResponse
)

Parameters

Implements

IBundleTransform.Process(BundleContext, BundleResponse)

See Also

Reference

JsMinify Class

System.Web.Optimization Namespace