Init Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.Init Method

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

Overload List

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[]);

Initialises parses with HTML to be parsed from provided string

public void Init(string);

See Also

HTMLparser Class | Majestic12 Namespace