Top 20 NuGet htmlnode Packages
A small library for efficient and easy HTML parsing using C#'s dynamic feature.
Provides extension methods for HtmlAgilityPack's HtmlNode class.
Example: How to get the URLs of all images that are within a div with class "container":
var urls = document.AsDynamic().body.div("class"...