dotnetCHARTING Send comments on this topic.
GetWebResourceUrl Method
See Also 
dotnetCHARTING.Zoomer Namespace > ClientScriptProxy Class : GetWebResourceUrl Method


control
type
resourceName
Returns a WebResource URL for non script resources

Syntax

Visual Basic (Declaration) 
Public Function GetWebResourceUrl( _
   ByVal control As Control, _
   ByVal type As Type, _
   ByVal resourceName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As ClientScriptProxy
Dim control As Control
Dim type As Type
Dim resourceName As String
Dim value As String
 
value = instance.GetWebResourceUrl(control, type, resourceName)
C# 
public string GetWebResourceUrl( 
   Control control,
   Type type,
   string resourceName
)

Parameters

control
type
resourceName

See Also

© 2016 All Rights Reserved.