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.
|
feedback
|
| |||
|
feedback
|
|
Use the WebClient class from System.Net; on .NET 2.0 and higher.
| |||
|
feedback
|
|
From MSDN:
| |||||
feedback
|