I am just loading a single html page into a single HtmlDocument object. I want to scrape different 4-6 sections of the page using a Parallel loop in .net 4.0. Is this library thread safe for read-only access?
↧
I am just loading a single html page into a single HtmlDocument object. I want to scrape different 4-6 sections of the page using a Parallel loop in .net 4.0. Is this library thread safe for read-only access?