zwtestClassLibrary 2.0.0
dotnet add package zwtestClassLibrary --version 2.0.0
NuGet\Install-Package zwtestClassLibrary -Version 2.0.0
<PackageReference Include="zwtestClassLibrary" Version="2.0.0" />
paket add zwtestClassLibrary --version 2.0.0
#r "nuget: zwtestClassLibrary, 2.0.0"
// Install zwtestClassLibrary as a Cake Addin #addin nuget:?package=zwtestClassLibrary&version=2.0.0 // Install zwtestClassLibrary as a Cake Tool #tool nuget:?package=zwtestClassLibrary&version=2.0.0
What's Html Agility Pack (HAP)?
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).
NuGet: https://www.nuget.org/packages/HtmlAgilityPack/
Stack Overflow Support
Have a question? Ask questions and find answers from over 2500 questions.
Tutorials & Examples
Need help to getting started? Find answers you need through tutorials and online examples.
Issue Tracker
Found a bug? Have suggestion? Report it and get support from our professional team.
ZZZ Projects is the new home of Html Agility Pack since 2017-05-01. We do not plan to provide support by mail or on GitHub until the online documentation is completed.
We plan to start to provide support starting on 2017-07-01
Roadmap
- Support .NET Standard (In Progress)
- Add Website (Completed)
- Add Website Documentation (In Progress)
- Support CSS Selector
- Clean Code && Comment
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,071 | 10/11/2017 |
Summary of changes made in this release of the package.