I pull the html code from the web page but the price is not in the html code. Can you help me?
HtmlAgilityPack.HtmlWeb web = new HtmlAgilityPack.HtmlWeb();
HtmlAgilityPack.HtmlDocument doc = web.Load("https://www.ceptesok.com/powerball-tablet-60li");
string html = doc.DocumentNode.InnerHtml;
Aucun commentaire:
Enregistrer un commentaire