Given a URL, what would be the most efficient code to download the contents of that web page? I am only considering the HTML, not associated images, JS and CSS.
|
|
|
||
|
|
|
|
From MSDN:
|
||
|
|
|
Use the WebClient class from System.Net; on .NET 2.0 and higher.
|
||
|
|
|
|
Blah blah blah, your speed will be constrained by bandwidth, blah blah blah. MSN |
||
|
