Click or drag to resize
IMinifier Interface
The interface for an object that can minify JavaScript and CSS.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMinifier : IDisposable

The IMinifier type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Initialises the minifier.
Public methodMinifyCss
Returns the CSS passed across with the content compressed as much as possible.
Public methodMinifyJavaScript
Returns the JavaScript passed across with the content compressed as much as possible.
Top
See Also