首页  编辑  

等待网页载入完毕

Tags: /C#/界面处理/WebBrowser/   Date Created:

webBrowser1 . Url = new Uri ( "http://www.google.com" );

while ( webBrowser1 . IsBusy ) Application . DoEvents();

string strDoc = webBrowser1 . DocumentText;