Click or drag to resize
CssPreprocessorCallback Property
Callback function that performs CSS processing. The function consumes CssEventArg object and returns the processed CSS as a string.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public Func<CssEventArgs, string> Callback { get; set; }

Property Value

Type: FuncCssEventArgs, String
See Also