Initializes a new instance of the Hypertext
public HypertextLink(string text, string target);
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. |