Click or drag to resize
DefaultJavaScriptMinifierMinify Method
Minifies the specified JavaScript.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public string Minify(
	string resource
)

Parameters

resource
Type: SystemString
The JavaScript to minify.

Return Value

Type: String
The specified JavaScript without any modifications.

Implements

IResourceMinifierMinify(String)
See Also