HtmlAgilityPack_Helper 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HtmlAgilityPack_Helper --version 1.0.0
NuGet\Install-Package HtmlAgilityPack_Helper -Version 1.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="HtmlAgilityPack_Helper" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HtmlAgilityPack_Helper --version 1.0.0
#r "nuget: HtmlAgilityPack_Helper, 1.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 HtmlAgilityPack_Helper as a Cake Addin
#addin nuget:?package=HtmlAgilityPack_Helper&version=1.0.0

// Install HtmlAgilityPack_Helper as a Cake Tool
#tool nuget:?package=HtmlAgilityPack_Helper&version=1.0.0

HtmlAgilityPack_Helper

What's Html Agility Pack (HAP)?

It 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).

Read more about HtmlAgilityPack

What is HtmlAgilityPack_Helper benefits?

It helps you to use HAP in easier and meaningful way via Reflection.

It works somehow like Entity-Framework :

  1. You create a class (Ex: Student.cs).
  2. Then the library call HAP to get data from web based on properties and its attributes that you wrote in Student class.
  3. Finaly it returns that data as IEnumerable<Student>.
Getting Started
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.

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 2,364 11/15/2017
1.1.0 984 10/2/2017
1.0.1 982 9/28/2017
1.0.0 1,097 9/27/2017

First Release