Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: Cache problem

$
0
0
I have the same issue since I would like to loop over some url.

I havre tried the following code but I have the same data on each loop
     for (int i = 1; i <= Convert.ToInt32(NbrePage); i++)
            {
                url = urlBase + i.ToString();
                doc = null;
                doc = new HtmlAgilityPack.HtmlDocument();
                HtmlWeb web = new HtmlWeb();
                web.UsingCache = false;
                doc = web.Load(url)   ;

Viewing all articles
Browse latest Browse all 655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>