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 is not removing all html tags How can I solve this efficiently?

I am using following method to strip all html from the string: public static string StripHtmlTags(string html) { if (String.…

c# string html-agility-pack
How can I use iText to convert HTML with images and hyperlinks to PDF?

I'm trying to convert HTML to PDF using iTextSharp in an ASP.NET web application that uses both MVC, and …

pdf itext html-parsing html-agility-pack xmlworker
Select elements with attribute data-url using HTMLAgilityPack

I'm writing a little Download-Roboter, that is searching for links in lower layers for it self. What i need to …

c# .net html-agility-pack
Html Agility Pack SelectSingleNode giving always same result in iteration?

I would like the nodes in the collection but with iterating SelectSingleNode I keep getting the same object just node.…

c# html html-agility-pack selectsinglenode
HtmlAgilityPack HasAttribute?

All I want to do is node.Attributes["class"].Value But if the node doesn't have the class attribute, it …

c# html-agility-pack
How to create an html document from scratch using the HtmlAgility pack

I just wanted to create my own simple document using the agility pack so create a new HtmlDocument that contains …

.net html-agility-pack dom
Html Agility Pack help

I'm trying to scrape some information from a website but can't find a solution that works for me. Every code …

c# html-agility-pack
Nodes selection inside HtmlNodeCollection with HTML Agility Pack

I have html structure like that: <div class="class1"> <div class="class2"> <a href="test" …

c# linq xml-parsing html-agility-pack xmlnode
SelectNodes with XPath ignoring cases

I have a problem finding elements in XPath that's contains a certain string ignoring character casing. I want to find …

c# xpath html-agility-pack case-insensitive