Spread for ASP.NET 9.0 Product Documentation
RendererClientScriptUrl Property (BaseRenderer)


Gets the URL of the renderer control if the renderer control supports client-side scripting.
Syntax
'Declaration
 
Public Overridable ReadOnly Property RendererClientScriptUrl As String
'Usage
 
Dim instance As BaseRenderer
Dim value As String
 
value = instance.RendererClientScriptUrl
public virtual string RendererClientScriptUrl {get;}

Property Value

String containing the URL of the client script file
Remarks
This is the universal resource locator (URL) of the client script file.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

BaseRenderer Class
BaseRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.