c# - HtmlAgilityPack - get all nodes in a document -



c# - HtmlAgilityPack - get all nodes in a document -

i traverse nodes in documnet using htmlagilitypack will

foreach (htmlnode node in myhtml.documentnode.selectnodes("//@"))

do?

you can loop through myhtml.documentnode.descendants().

c# xpath html-agility-pack

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -