Info
Version: | 1.5.0.1 |
Author(s): | Zulfahmi Ahmad |
Last Update: | Friday, July 22, 2016 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/zulfahmi93/HtmlAgilityPack.NetCore |
NuGet Url: | https://www.nuget.org/packages/HtmlAgilityPack.NetCore |
Install
Install-Package HtmlAgilityPack.NetCore
dotnet add package HtmlAgilityPack.NetCore
paket add HtmlAgilityPack.NetCore
HtmlAgilityPack.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Collections(>= 4.0.11)
- System.Linq(>= 4.1.0)
- System.Threading(>= 4.0.11)
- System.Runtime(>= 4.1.0)
- System.Text.RegularExpressions(>= 4.1.0)
- System.Xml.XPath(>= 4.0.1)
- System.Diagnostics.Debug(>= 4.0.11)
- System.Runtime.Extensions(>= 4.1.0)
- System.Runtime.InteropServices(>= 4.1.0)
Tags
Please check the new repo at https://github.com/zzzprojects/html-agility-pack.
This is a port of HtmlAgilityPack library created by Simon Mourrier and Jeff Klawiter for .NET Core platform. This NuGet package supports can be used with Universal Windows Platform, ASP.NET 5 (using .NET Core) and full .NET Framework 4.6.
Original description:
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). 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).