MailBee.NET Objects 4.0

Processor Class

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 class Processor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Example

The example is available in AddTagRemovalRule topic.

Requirements

Namespace: MailBee.Html

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

Processor Members | MailBee.Html Namespace