❔ Html.Agility Pack selecting all div nodes by class (more then one)?
Hi,
I have and html document and there are multiple div classes in there (embedded like a treeview)
How can I use the Agility pack to select all divs that have a particuar class.
e.g
<div class="aaa bbb ccc">...</div>
To find all the divs like above.
Thanks
Ward.
I have and html document and there are multiple div classes in there (embedded like a treeview)
How can I use the Agility pack to select all divs that have a particuar class.
e.g
<div class="aaa bbb ccc">...</div>
To find all the divs like above.
Thanks
Ward.