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

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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