HTMLparser Class

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser Class

Allows to parse HTML by splitting it into small token (HTMLchunks) such as tags, text, comments etc. Do NOT create multiple instances of this class - REUSE single instance Do NOT call same instance from multiple threads - it is NOT thread safe

For a list of all members of this type, see HTMLparser Members.

System.Object    Majestic12.HTMLparser

public class HTMLparser : IDisposable

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.

Requirements

Namespace: Majestic12

Assembly: HTMLparserDotNet11 (in HTMLparserDotNet11.exe)

See Also

HTMLparser Members | Majestic12 Namespace