How can I select all html tags using the Html Agility Pack and put it in a list so that I can see all the available tags on a web page.
Thank,
jepe
HtmlDocument doc = new HtmlDocument(); doc.Load("file.htm"); foreach(HtmlNode node in doc.DocumentNode.SelectNodes("//*"){ ///..... do something with node }
Source: https://habr.com/ru/post/1748808/More articles:How to change Firefox configuration programmatically at runtime? - firefoxHow can I mark one file as unresolved after a failed merge in git? - gitAccessing the