HTML parser in .Net

Possible duplicate:
What is the best way to parse html in C #?

I am looking for an open .Net HTML parser. It must be open source, because I have to make some changes. Googling I found Majestic, anyway, I want to know some good alternatives to choose the one that can be easily customized.

Thanks in advance!

+4
source share
3 answers

The .Net open HTML parser is not much better than the HTML Agility Pack

+9
source
+2
source

All Articles