Constructor Link
Link()
Default constructor.
Declaration
public Link()
Link(string)
Constructor.
Declaration
public Link(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The text of the link. |
Link(string, string)
Constructor.
Declaration
public Link(string text, string url)
Parameters
Type | Name | Description |
---|---|---|
string | text | The text of the link. |
string | url | The URL of the link. |