Class Hyperlink
Class to represent one HTML Link.
public class Hyperlink : UIObject
- Inheritance
-
Hyperlink
- Derived
- Inherited Members
Constructors
Hyperlink(string, string)
Initializes a new instance of Hyperlink.
public Hyperlink(string caption, string url)
Parameters
Properties
Caption
Gets or sets the Hyperlink Caption.
public string Caption { get; set; }
Property Value
URL
Gets or sets the Hyperlink URL.
public string URL { get; set; }
Property Value
Methods
HtmlBody()
Returns the Hyperlink Body.
protected override string HtmlBody()
Returns
- string
Hyperlink Body as string.