Gets the list of all links (<A HREF> tags) in
Dom HTML document.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ElementReadOnlyCollection AHRefs { get; }
Public ReadOnly Property AHRefs As ElementReadOnlyCollection
Get
Property Value
Type:
ElementReadOnlyCollectionA reference to the collection containing all the hyperlinks in the current HTML document.
Remarks See Also