Initializes a new instance of the HypertextLink class.

HypertextLink(String, String)

public HypertextLink(string text, string target);
Public Sub New(ByVal text As String, ByVal target As String)

Parameters

Parameter Description
text Specifies the visible text of the hypertext link.
target Specifies a string specifying to where the hypertext link points.