检测网络浏览器是否重定向

发布于 2024-12-07 21:53:47 字数 119 浏览 0 评论 0原文

我正在寻找一种方法,WebBrowser 实例可以检测当前页面是否要重定向。或者,如果在页面最初加载时弹出广告,然后转到实际的 URL,我正在寻找一种方法来检测它。

有人有什么想法吗?

谢谢!

I am looking for a way a WebBrowser instance can detect if the currentpage is going to redirect. Or, if an ad pops up when the page is initially loaded and then goes to the actual URL, I am looking for a way to detect that.

Does anybody have any ideas?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁与争疯 2024-12-14 21:53:47

您可以使用 WebBrowser 控件的“Navigating”事件并根据需要取消导航

You can use "Navigating" event of WebBrowser control and cancel the navigation if you want

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文