I'm trying to check the current web address of a webform.
I'm currently navigating to this new page by
webBrowser1.Document.GetElementById("id").InvokeMember("click");
I would like to get the url from the form, I know I could do this by a web browser.