HtmlAgilityPack_Helper 1.0.0
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
<PackageReference Include="HtmlAgilityPack_Helper" Version="1.0.0" />
paket add HtmlAgilityPack_Helper --version 1.0.0
#r "nuget: HtmlAgilityPack_Helper, 1.0.0"
// 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 :
- You create a class (Ex: Student.cs).
- Then the library call HAP to get data from web based on properties and its attributes that you wrote in Student class.
- Finaly it returns that data as
IEnumerable<Student>
.
Getting Started
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- HtmlAgilityPack (>= 1.5.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First Release