| IMinifier Methods | 
The IMinifier type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  (Inherited from IDisposable.) | |
| Initialise | 
            Initialises the minifier.
              | |
| MinifyCss | 
            Returns the CSS passed across with the content compressed as much as possible.
              | |
| MinifyJavaScript | 
            Returns the JavaScript passed across with the content compressed as much as possible.
              |