可以使用WebClient ,从例如:
WebClient client = new WebClient();string html = client.DownloadString("http://www.baidu.com");