HtmlAgilityPack_Helper 1.1.0

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

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

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

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,363 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

1.Add Html Tag Attribue getter via XPath class constructor.

2.Add string to IConvertible converter ( ex: string to int )