Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: Extract data from an HTML form using HTML Agility pack

$
0
0

XElement x = ...;

var hrefs =from element in x.Descendants("a") let href=(string)element.Attribute("href") where !String.IsNullOrWhitespace(href) select href;

You can select the element if you prefer.


Viewing all articles
Browse latest Browse all 655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>