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
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);
HTMLparser Class | Majestic12 Namespace