Gets the list of all links (<A HREF> tags) in
Dom HTML document.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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