Hi,
How can I get the complete URL from the webbrowser?
Thanks for your help!
Bassem
update:
I use the WebBrowser to get a query value when it navigates to a page and the page redirect it with a url that contains the query.
In the Windows Forms control I check the URL property of the WebBrowser in the Navigated event handler.
How can I proceed the same with the WPF control?
How can I get the complete URL from the webbrowser?
Thanks for your help!
Bassem
update:
I use the WebBrowser to get a query value when it navigates to a page and the page redirect it with a url that contains the query.
In the Windows Forms control I check the URL property of the WebBrowser in the Navigated event handler.
How can I proceed the same with the WPF control?
Comment