CssStylesheetInfoProviderTryParseCss Method |
Internally calls preprocessor parser and returns error message.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also