开发者

Is WebBrowser.Stop() then WebBrowser.Navigate() Redundant?

Are these equivalent?

WebBrowser开发者_StackOverflow.Navigate('http://google.com');

and

WebBrowser.Stop();
WebBrowser.Navigate('http://google.com');

The MSDN documentation doesn't say.


Looking through reflector, it doesn't appear that Navigate() calls Stop(), so no.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜