HTMLparser.Init Method (Byte[])

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.Init Method (Byte[])

Initialises parses with HTML to be parsed from provided data buffer: this is best in terms of correctness of parsing of various encodings that can be used in HTML

public void Init(
   byte[] p_bHTML
);

Parameters

p_bHTML
Data buffer with HTML in it

See Also

HTMLparser Class | Majestic12 Namespace | HTMLparser.Init Overload List