DynamicHtml NuGet Package

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", "container").img._url;.




Got any DynamicHtml Question?





Info

Version: 1.0.3
Author(s): SvenEV
Last Update: Wednesday, November 26, 2014
.NET Fiddle: Create the first Fiddle
Project Url: https://nuget.org/packages/DynamicHtml
NuGet Url: https://www.nuget.org/packages/DynamicHtml


Install
Install-Package DynamicHtml
dotnet add package DynamicHtml
paket add DynamicHtml
DynamicHtml Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.8

avg-downloads-per-day

1

days-since-last-release

3432