检测网络浏览器是否重定向
我正在寻找一种方法,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WebBrowser 控件的“Navigating”事件并根据需要取消导航
You can use "Navigating" event of WebBrowser control and cancel the navigation if you want