My question is the same as Keep url encoded while using URI class but regarding Windows Phone where things work differently.
I have a URL for the payment gate that contains a url encoded part and looks like this
when I try to create an Uri
from it to be used with WebBrowser
it changes to
which is wrong. According to the mentioned quetsion, the solution is to make a change in the app.config. But there is no app.config in Windows Phone apps.
So is there a way to force Uri
not to decode (and screw) the url in Windows Phone?