Click or drag to resize
CssPreprocessorRegisterClientCompilationScripts Property
Callback action that renders a script that will be used for client side compilation.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public Action<Page> RegisterClientCompilationScripts { get; set; }

Property Value

Type: ActionPage
See Also