issues
search
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
Reduce need to call string.ToLower with proper comparisons
#559
Open
lahma
opened
4 months ago
lahma
commented
4 months ago
mark methods static
use Dictionary.TryGetValue instead of double lookup