SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the WebClient
Using System.Net; WebClient client = new WebClient(); string downloadString = client.DownloadString("http://www.gooogle.com");