Skip to content Skip to sidebar Skip to footer

.NET HTML DOM Parser?

Does anybody know of a freely available .NET HTML DOM Parser?

Solution 1:

The Html Agility Pack is your friend. It's been very well tested (coping with tag soup as well as well-formed (X)HTML). I've also heard that people have had not had any issues using it in production applications.


Post a Comment for ".NET HTML DOM Parser?"