
Initializes a new instance of the HypertextLink class.
[C#]
public HypertextLink(string text, string target);
[Visual Basic]
Public Sub New(ByVal text As String, ByVal target As String)
| Parameter | Description | |
| text | Specifies the visible text of the hypertext link. | |
| target | Specifies a string specifying to where the hypertext link points. |