HTMLDocument.Links

A collection of all AREA elements and anchor (A) elements in a document with a value for the href attribute.

public HTMLCollection Links { get; }

See Also