zzzprojects / html-agility-pack

Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
https://html-agility-pack.net
MIT License
2.65k stars 375 forks source link

??? #537

Closed jogibear9988 closed 9 months ago

jogibear9988 commented 9 months ago

Do you know AngleSharp? It's also a HTML Parser (and has also a CSS Parser) for C#.

jogibear9988 commented 9 months ago

didn't know if you're aware of this package, only wanted to tell

JonathanMagnan commented 9 months ago

Hello @jogibear9988 ,

Thank you for letting me know. Yes, I'm aware of this package. It is indeed a really good one.