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!
You can use “Navigating” event of WebBrowser control and cancel the navigation if you want