GetClientScriptURL gets the client script to attach to the control's client
side onclick event
Namespace: DotNetNuke.UI.ContainersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void GetClientScriptURL( ModuleAction action, WebControl control ) |
Visual Basic |
---|
Public Sub GetClientScriptURL ( action As ModuleAction, control As WebControl ) |
Parameters
- action
- Type: DotNetNuke.Entities.Modules.Actions..::..ModuleAction
The Action
- control
- Type: System.Web.UI.WebControls..::..WebControl
The Control