Registers a client script block for AJAX and adds the script block to the page, optionally enclosing it in script tags.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- page
- Type: System.Web.UI Page
The page object that is registering the client script block
- type
- Type: System Type
The type of the client script block
- key
- Type: System String
A unique identifier for the script block
- script
- Type: System String
The script
- addScriptTags (Optional)
- Type: System Boolean
True to enclose the script block in script and /script tags, otherwise false
See Also