How to get all non commented anchor tags from html content using html utility pack

JD

New Member
How to get all non commented anchor tags from html content using html utility packI want to use xpath query to get all non commented anchor tags using html utility pack\[code\]htmldoc.DocumentNode.SelectNodes("//a[@href]")\[/code\]Thanks.
 
Back
Top