I need to launch my WP7 application from the phone\'s browser and pass some arguments. For example, the following url would be a link on an html page. Clicking the link wo
Unfortunately there is currently no support for "url schemes" or custom URL handlers that will allow you to handle these requests from within your application.