HTMLparser.bCompressWhiteSpaceBeforeTag Field

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.bCompressWhiteSpaceBeforeTag Field

If true (default), then all whitespace before TAG starts will be compressed to single space char (32 or 0x20) this makes parser run a bit faster, if you need exact whitespace before tags then change this flag to FALSE

public bool bCompressWhiteSpaceBeforeTag;

See Also

HTMLparser Class | Majestic12 Namespace