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 | |
---|---|---|
CssMinify | Initializes a new instance of the CssMinify class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Process | Transforms the bundle contents by applying CSS minification. | |
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.