Info
Version: | 1.5.0.2 |
Author(s): | Zulfahmi Ahmad, TimTim Wong |
Last Update: | Monday, January 23, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/wegylexy/HtmlAgilityPack.NetCore |
NuGet Url: | https://www.nuget.org/packages/HtmlAgilityPack.NetCoreCodePages |
Install
Install-Package HtmlAgilityPack.NetCoreCodePages
dotnet add package HtmlAgilityPack.NetCoreCodePages
paket add HtmlAgilityPack.NetCoreCodePages
HtmlAgilityPack.NetCoreCodePages Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Text.Encoding.CodePages(>= 4.0.1)
- 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
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).