Reputation:
Is there anyway to get the url that your browser has navigated to and set it to a string?
Upvotes: 1
Views: 1706
Reputation: 66882
Listen to the Navigated event http://msdn.microsoft.com/en-us/library/microsoft.phone.controls.webbrowser.navigated(v=VS.92).aspx and use the Uri to set your string http://msdn.microsoft.com/en-us/library/microsoft.phone.controls.navigatingeventargs.uri(v=VS.92).aspx
Upvotes: 1