Click or drag to resize
CssStylesheetInfoProviderRunCssPreprocessor Method
The method processes the CSS code provided as the first argument with CSS preprocessor associated with dynamic language provided as the second argument.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string RunCssPreprocessor(
	string source,
	string lang
)

Parameters

source
Type: SystemString
Source CSS code
lang
Type: SystemString
Dynamic language name

Return Value

Type: String
See Also