Load URL from txt File and load the URL in Browser Synchronous WebClient httpRequest
问题 I started Windows Phone programming with this example from Microsoft: http://code.msdn.microsoft.com/wpapps/Hybrid-Web-App-75b7ef74/view/SourceCode The app only displays the browser and load a URL. Now I want to load an other URL directly from a .txt file. For example: http://www.test.de/appurl.txt and then I want to load the URL in the Windows Phone App. --> For example: http://anotherserver.de/index.html?mobileApp My problem is, that the URL have to load synchronous and not asynchronous. I