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
Post a Comment