Top "Html-agility-pack" questions

HTML Agility Pack is an open-source HTML parser that builds a read/write DOM and supports Linq, plain XPATH or XSLT.

How can I use HTML Agility Pack to retrieve all the images from a website?

I just downloaded the HTMLAgilityPack and the documentation doesn't have any examples. I'm looking for a way to download all …

c# parsing html-agility-pack
how to access child node from node in htmlagility pack

<html> <body> <div class="main"> <div class="submain"><h2></…

c# html-agility-pack
HTML Agility Pack - using XPath to get a single node - Object Reference not set to an instance of an object

this is my first attempt to get an element value using HAP. I'm getting a null object error when I …

xpath html-agility-pack
HTML Agility pack: parsing an href tag

How would I effectively parse the href attribute value from this : <tr> <td rowspan="1" colspan="1">7</…

c# asp.net-mvc-3 html-parsing html-agility-pack
C# html agility pack get elements by class name

I'm trying to get all the divs that their class contains a certain word: <div class="hello mike">…

c# html html-agility-pack
HtmlAgilityPack - How to get the tag by Id?

I have a task to do. I need to retrieve the a tag or href of a specific id (the …

c# html-agility-pack
Import data from HTML table to DataTable in C#

I wanted to import some data from HTML table (here is a link http://road2paris.com/wp-content/themes/roadtoparis/…

c# html datatable html-agility-pack
HtmlAgilityPack selecting childNodes not as expected

I am attempting to use the HtmlAgilityPack library to parse some links in a page, but I am not seeing …

c# .net asp.net xpath html-agility-pack
HtmlAgilityPack Post Login

I'm trying to login to a site using HtmlAgilityPack (site:http://html-agility-pack.net). Now, I can't exactly figure out how …

c# login html-agility-pack