.netCHARTING v10.5 Documentation


dotnetCHARTING.Zoomer Namespace > ClientScriptProxy Class : RegisterClientScriptResource Method
RegisterClientScriptResource Method
Returns a WebResource or ScriptResource URL for script resources that are to be embedded as script includes.
Syntax
'Declaration
 
Public Sub RegisterClientScriptResource( _
   ByVal control As Control, _
   ByVal type As Type, _
   ByVal resourceName As String _
) 
'Usage
 
Dim instance As ClientScriptProxy
Dim control As Control
Dim type As Type
Dim resourceName As String
 
instance.RegisterClientScriptResource(control, type, resourceName)
public void RegisterClientScriptResource( 
   Control control,
   Type type,
   string resourceName
)

Parameters

control
type
resourceName
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