Class WebHyperlink

Represents web hyperlink object.

public sealed class WebHyperlink : Hyperlink

Constructors

NameDescription
WebHyperlink()Initializes a new instance of the WebHyperlink class.
WebHyperlink(string)Initializes a new instance of the WebHyperlink class.

Properties

NameDescription
Url { get; set; }Gets or sets the web url.

See Also