C# DocumentCompleted事件多次条用解决方案
Posted 烽火狼烟-秦
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C# DocumentCompleted事件多次条用解决方案相关的知识,希望对你有一定的参考价值。
private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { if (!webBrowser1.IsBusy) Console.WriteLine("加载完毕!"); else Console.WriteLine("加载中..."); }
以上是关于C# DocumentCompleted事件多次条用解决方案的主要内容,如果未能解决你的问题,请参考以下文章
浏览器自动化的一些体会4 webBrowser控件之零碎问题2