.netCHARTING v10.5 Documentation


dotnetCHARTING.Zoomer Namespace > ClientScriptProxy Class : RegisterClientScriptInclude Method
RegisterClientScriptInclude Method
Registers a script include tag into the page for an external script url
Syntax
'Declaration
 
Public Sub RegisterClientScriptInclude( _
   ByVal control As Control, _
   ByVal type As Type, _
   ByVal key As String, _
   ByVal url As String _
) 
'Usage
 
Dim instance As ClientScriptProxy
Dim control As Control
Dim type As Type
Dim key As String
Dim url As String
 
instance.RegisterClientScriptInclude(control, type, key, url)
public void RegisterClientScriptInclude( 
   Control control,
   Type type,
   string key,
   string url
)

Parameters

control
type
key
url
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also