Info
Version: | 2.2.0 |
Author(s): | Jonathan Wood |
Last Update: | Sunday, March 17, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/HtmlMonkey |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.HtmlMonkey |
Install
Install-Package SoftCircuits.HtmlMonkey
dotnet add package SoftCircuits.HtmlMonkey
paket add SoftCircuits.HtmlMonkey
SoftCircuits.HtmlMonkey Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It allows you to parse an HTML or XML string into a hierarchy of node objects, which can then be traversed or queried using jQuery-like selectors. The library also supports creating node objects from code and producing HTML or XML from those objects.