.NET HTML DOM Parser? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Does anybody know of a freely available .NET HTML DOM Parser? 回答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. 来源: https://stackoverflow.com