RendererClientScriptUrl Property (IRenderer)
In This Topic
Gets the URL of its HTC file, if this renderer control supports client-side scripting.
Syntax
'Declaration
ReadOnly Property RendererClientScriptUrl As String
'Usage
Dim instance As IRenderer
Dim value As String
value = instance.RendererClientScriptUrl
string RendererClientScriptUrl {get;}
Property Value
String containing the location of the renderer HTC file
See Also