Click or drag to resize
DefaultCssMinifierMinify Method
Minifies the specified CSS.

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 CSS to minify.

Return Value

Type: String
The specified CSS without any modifications.

Implements

IResourceMinifierMinify(String)
See Also