Info
Version: | 1.11.53 |
Author(s): | ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell |
Last Update: | Saturday, September 9, 2023 |
.NET Fiddle: | Online Example |
Project Url: | http://html-agility-pack.net/ |
NuGet Url: | https://www.nuget.org/packages/HtmlAgilityPack |
Install
Install-Package HtmlAgilityPack
dotnet add package HtmlAgilityPack
paket add HtmlAgilityPack
HtmlAgilityPack Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
- System.Xml.XPath.XmlDocument(>= 4.3.0)
- System.Xml.XPath.XmlDocument(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
No dependencies.
No dependencies.
Tags
It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML.
The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).