HtmlAgilityPack_Helper 1.0.1

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

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

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

The HtmlAgilityPack_Helper Wiki contains full information on how to get started, a user guide, demo videos and more. Here are some quick links if you're in a hurry:

  • If you want to download and use HtmlAgilityPack_Helper you can download the project or dll from the Latest Release or Nuget.
  • Watch the intro video.

Roadmap

  • Add tag attribute tracker.
  • Add string to T convertor.

Problems?

If you find a problem such as a crash, an unexpected behaviour, or something similar please visit the issue tracker and report the issue.

Please be kind and search to see if the issue is already logged before creating a new one. If you're pressed for time, log it anyway.

When creating an issue, please clearly explain:

  • What you were trying to do.
  • What you expected to happen.
  • What actually happened.
  • Steps to reproduce the problem.
  • Also include any other information you think is relevant to reproduce the problem (such as screenshots).

License

Licensed under the MIT LICENSE (2017)

Contact

Want to get in touch, ask a question, or talk to me about anything else which isn't on the HtmlAgilityPack_Helper WIKI? My email address is parsalotfy@outlook.com.

Thanks for your interest, Parsa Lotfi

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

Fix dll.