High-performance .NET C# HTMLparser Library

HTMLparser.bTextMode Field

If false (true by default) then text will be ignored -- it will make parser run faster but in effect only HTML tags will be returned, thus it is only useful when you just want to parse links or something like this.

public bool bTextMode;

See Also

HTMLparser Class | Majestic12 Namespace