Spread for ASP.NET 8.0 Product Documentation
HyperLinkRenderer Constructor(String)


Destination URL to which to navigate
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

HyperLinkRenderer Class
HyperLinkRenderer Members
Overload List
NavigateUrl Property

 

 


Copyright © GrapeCity, inc. All rights reserved.