Info
Version: | 1.5.1 |
Author(s): | Simon Mourrier, Jeff Klawiter, Stephan Grell |
Last Update: | Saturday, April 22, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/stil/HtmlDexterityPack |
NuGet Url: | https://www.nuget.org/packages/HtmlDexterityPack |
Install
Install-Package HtmlDexterityPack
dotnet add package HtmlDexterityPack
paket add HtmlDexterityPack
HtmlDexterityPack Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.1)
- System.Net.Requests(>= 4.3.0)
- System.Xml.XPath(>= 4.3.0)
No dependencies.
No dependencies.
No dependencies.
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).