Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / IRenderer Interface / RendererClientScriptUrl Property


In This Topic
    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
    Remarks
    This is the universal resource locator (URL) of the renderer client script HTML component (HTC) file.
    See Also