Click or drag to resize
IMinifierMinifyJavaScript Method
Returns the JavaScript 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 MinifyJavaScript(
	string javaScriptContent
)

Parameters

javaScriptContent
Type: SystemString

Return Value

Type: String
See Also