Another C# Legacy HTML parser using Tag processing.
This article presents a simple HTML parser library developed for an automated application. The parser mainly detects tag syntax and it can collect a tag pair as a group.
The parser was intended to be used with HTML content retrieved by .Net WebResponse
class. So Ruxo Zheng also have developed a tool, named NativeWebSurf, that downloads HTML content by WebResponse
and uses its parser to parse it into an HTML structure.