System.Windows.Forms.HtmlDocument.Links Property

Gets a list of all the hyperlinks within this HTML document.

Syntax

public HtmlElementCollection Links { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This collection will contain all links created using the A, LINK, and AREA tags in HTML.

The System.Windows.Forms.HtmlElement objects contained within this collection encapsulate the unmanaged IHTMLLinkElement interface. To access the properties of the underlying interface safely, use the HtmlElement.GetAttribute(string) method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0