HtmlAgilityPack_Helper 1.0.1
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
<PackageReference Include="HtmlAgilityPack_Helper" Version="1.0.1" />
paket add HtmlAgilityPack_Helper --version 1.0.1
#r "nuget: HtmlAgilityPack_Helper, 1.0.1"
// 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 :
- 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
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 | 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.
Fix dll.