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 | |
---|---|---|
JsMinify | Initializes a new instance of the JsMinify 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 javascript 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.