CssPreprocessorGetErrorDescription Property |
Callback method that returns error description according to preprocessor's nature. String representing error output of JavaScript compiler is passed as the first argument.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public Func<string, string> GetErrorDescription { get; set; }
Property Value
Type:
FuncString,
StringSee Also