Click or drag to resize
IResourceMinifierMinify Method
Returns a minified version of a given resource.

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

Parameters

resource
Type: SystemString
Text to be minified

Return Value

Type: String
Minified resource
See Also