IMinifierMinifyCss Method |
Returns the CSS passed across with the content compressed as much as possible.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string MinifyCss(
string cssContent
)
Function MinifyCss (
cssContent As String
) As String
String^ MinifyCss(
String^ cssContent
)
abstract MinifyCss :
cssContent : string -> string
Parameters
- cssContent
- Type: SystemString
Return Value
Type:
StringSee Also