ScriptHelperRegisterModule Method |
Renders JavaScript code to start a client-side module.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntaxpublic static void RegisterModule(
Control control,
string moduleId,
Object parameters = null
)
Parameters
- control
- Type: System.Web.UIControl
The control that will be used to register JavaScript code. - moduleId
- Type: SystemString
The full name of the client-side module to register. - parameters (Optional)
- Type: SystemObject
An object that contains the named parameters to set for the module.
Remarks
Multiple instances of the same client-side module can be registered.
The parameters object contains name/value pairs. Regular, anonymous and dictionary based classes are supported.
See Also