CssMinify Class

Represents a IBundleTransform that does CSS minification.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.CssMinify

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

Syntax

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

The CssMinify type exposes the following members.

Constructors

  Name Description
Public method CssMinify Initializes a new instance of the CssMinify 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 CSS 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