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.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax public static string RunCssPreprocessor(
string source,
string lang
)
Parameters
- source
- Type: SystemString
Source CSS code - lang
- Type: SystemString
Dynamic language name
Return Value
Type:
StringSee Also