CssMinify.Process Method
Transforms the bundle contents by applying CSS minification.
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
abstract Process : context:BundleContext * response:BundleResponse -> unit override Process : context:BundleContext * response:BundleResponse -> unit
Parameters
- context
- Type: System.Web.Optimization.BundleContext
The bundle context.
- response
- Type: System.Web.Optimization.BundleResponse
The bundle response object
Implements
IBundleTransform.Process(BundleContext, BundleResponse)
Show: