How开发者_开发问答 do I capture the text from the web page? Do I need to get the page source and how?
The WebClient object has a method available to do this for you:    
WebClient client = new WebClient();
string html = client.DownloadString("http://www.google.com");
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论