JsMinify Class

Represents a BundleTransform that does CSS Minification.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.JsMinify

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

Syntax

'Declaration
Public Class JsMinify _
    Implements IBundleTransform
'Usage
Dim instance As JsMinify
public class JsMinify : IBundleTransform
public ref class JsMinify : IBundleTransform
type JsMinify =  
    class 
        interface IBundleTransform 
    end
public class JsMinify implements IBundleTransform

The JsMinify type exposes the following members.

Constructors

  Name Description
Public method JsMinify Initializes a new instance of the JsMinify class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Process Transforms the bundle contents by applying javascript minification.
Public method ToString (Inherited from Object.)

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.

See Also

Reference

System.Web.Optimization Namespace