c# htmlagilitypack cant take /a

Could you try this code ?

HtmlNode textitem= doc.DocumentNode.SelectSingleNode(“//a[@class=”classifiedTitle””);

it should be work for this case.

Leave a Comment