Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / HyperLinkRenderer Class / HyperLinkRenderer Constructor / HyperLinkRenderer Constructor(String)
Destination URL to which to navigate


In This Topic
    HyperLinkRenderer Constructor(String)
    In This Topic
    Creates a hyperlink cell renderer control with the specified destination URL.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal url As String _
    )
    'Usage
     
    
    Dim url As String
     
    Dim instance As New HyperLinkRenderer(url)
    public HyperLinkRenderer( 
       string url
    )

    Parameters

    url
    Destination URL to which to navigate
    Remarks
    Initializes an instance of the HyperLinkRenderer class, with the specified destination URL.
    See Also