Click or drag to resize
CssStylesheetInfoProviderTryParseCss Method
Internally calls preprocessor parser and returns error message.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string TryParseCss(
	string code,
	string parserName,
	out string output
)

Parameters

code
Type: SystemString
Input code.
parserName
Type: SystemString
Preprocessor name.
output
Type: SystemString
Resulting CSS code.

Return Value

Type: String
See Also