Click or drag to resize
IMinifierMinifyCss Method
Returns the CSS passed across with the content compressed as much as possible.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string MinifyCss(
	string cssContent
)

Parameters

cssContent
Type: SystemString

Return Value

Type: String
See Also