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.

HtmlAgilityPack set node InnerText

I want to replace inner text of HTML tags with another text. I am using HtmlAgilityPack I use this code …

c# parsing html-parsing html-agility-pack
Using BrowserSession and HtmlAgilityPack to login to Facebook through .NET

I'm trying to use Rohit Agarwal's BrowserSession class together with HtmlAgilityPack to login to and subsequently navigate around Facebook. I've …

c# .net cookies html-agility-pack
HTML Agility Pack get all anchors' href attributes on page

I am trying to add links extracted from an HTML file to a CheckBoxList (cbl_items). It works so far …

c# html-agility-pack
Extracting Inner text from HTML BODY node with Html Agility Pack

Need a bit of help with HTML Agility Pack! Basically I want to grab plain-text withing the body node of …

c# html vb.net html-agility-pack
HTML agility pack get all divs with class

I am trying to scape a complicated HTMl. I need to get some text from div's with certain class. What …

c# html-agility-pack
htmlagilitypack and dynamic content issue

I want to create a web scrapper application and i want to do it with webbrowser control, htmlagilitypack and xpath. …

c# html-agility-pack dynamic-content
HTML Agility Pack strip tags NOT IN whitelist

I'm trying to create a function which removes html tags and attributes which are not in a white list. I …

c# tags html-parsing html-agility-pack sanitize
Select only items in a specific DIV using HtmlAgilityPack

I'm trying to use the HtmlAgilityPack to pull all of the links from a page that are contained within a …

c# html-agility-pack
HTML Agility Pack - How can append element at the top of Head element?

I'm trying to use HTML Agility Pack to append a script element into the top of the HEAD section of …

c# .net asp.net-mvc-2 html-agility-pack
Loading from string instead of document/url

I just found out about html agility pack and I tried it, but stumbled upon a problem. I couldn't find …

c# html-agility-pack