zwtestClassLibrary 2.0.0

dotnet add package zwtestClassLibrary --version 2.0.0
NuGet\Install-Package zwtestClassLibrary -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="zwtestClassLibrary" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zwtestClassLibrary --version 2.0.0
#r "nuget: zwtestClassLibrary, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

Stack Overflow

Tutorials & Examples

Need help to getting started? Find answers you need through tutorials and online examples.

Tutorials

Issue Tracker

Found a bug? Have suggestion? Report it and get support from our professional team.

Issues


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

  1. Support .NET Standard (In Progress)
  2. Add Website (Completed)
  3. Add Website Documentation (In Progress)
  4. Support CSS Selector
  5. Clean Code && Comment
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,022 10/11/2017

Summary of changes made in this release of the package.