GetWebResourceUrl Method
Returns a WebResource URL for non script resources
Syntax
'Declaration Public Function GetWebResourceUrl( _ ByVal control As Control, _ ByVal type As Type, _ ByVal resourceName As String _ ) As String
'Usage 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)
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