New Post: Latest Source tree for 1.4.9.5?
John, did you ever find the source? I'm assuming it's what is posted here, but I prefer not chasing down the wrong path fixing this missing method issue.
View ArticleNew Post: htmlagilitypack how to get link XPath
Hi all, Please tell me how to get XPath expression to link from this code:<meta itemprop="image" content="https://abcdef.jpg"> I need only link, not image.
View ArticleCreated Unassigned: htmldocument.GetElementById returns wrong node [43594]
in a page i have the following:```<span name="abc"></span> . . . <div id="abc"></div>```htmldocument.GetElementById("abc") is giving me the span element.How so?
View ArticleNew Post: Change website code
I want to change the code for the website: https://www.sapatrekkinghomestay.com/ with full features such as Online payment, new interface, light, should use the source code is reasonable.
View ArticleNew Comment on "Examples"
How to Simulate click in HtmlDocument? I want to learn how to Simulate click. For example, clicking 'Search' button in Bing Forum Here is my code.... private async void Button_ClickAsync(object sender,...
View ArticleNew Post: How to do integration between websites?
I have a site (C #) where I need to go to an external site. Record information and validate this information by clicking a button and pick up the result of the rendering available after the click of...
View ArticleNew Post: Re HtmlAgility dll issue
Hi I have added the htmlagilitypack.dll in my .net windows application in reference. While building my solution its throwing a compile time error as Error 1 The type or namespace name 'HtmlAgilityPack'...
View ArticleNew Post: htmlagilitypack how to get link XPath
Whats the web page so i can see the full source.
View ArticleNew Post: Fetching attributes from HTML comment
Hi, I have HTML comment with attributes, which I need to parse. For example:<!-- size w=10, h=20 --> I have to fetch w & h, and they are not coming as part of attributes in either HTMLNode or...
View ArticleUpdated Wiki: Home
We have moved!http://html-agility-pack.net/Attention to get the latest Official Html Agility Pack releases please use theNuget PackageGet the latest Html Agility Pack updates at our new Twitter feed...
View Article