ProcessorAHRefs Property
Gets the list of all links (<A HREF> tags) in Dom HTML document.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ElementReadOnlyCollection AHRefs { get; }

Property Value

Type: ElementReadOnlyCollection
A reference to the collection containing all the hyperlinks in the current HTML document.
Remarks
To remove links from HTML, use AddTagRemovalRule(String, TagAttributeCollection) method.
See Also