Helper class which provides properties and methods for loading or saving HTML document from/into a stream and examining its contents.
For a list of all members of this type, see Processor Members.
System.Object
MailBee.Html.Processor
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Use this class if you need to load HTML document from a stream (or save it into a stream) or access the collections of links or images contained in the document. In other cases, you can use Element class on its own.
As alternative to using this class, you can create Element object directly and use the standard stream classes of .NET framework to fill this Element object with data. To access links, images, or any other elements, you can use GetAllElementsByName method.
The example is available in AddTagRemovalRule topic.
Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll)
Processor Members | MailBee.Html Namespace