The blog has moved to a new address. The blog is now located at http://devintelligence.com

Adsense

Wednesday, July 19, 2006

How do I navigate to a Url that contains escape characters?


To navigate to an addresses that contains escaped characters (such as %20) be sure to use the webBrowser.Navigate(String) method instead of the webBrowser.Navigate(Uri) method. The Uri method escapes these characters by default, while the String method does not.




Technorati : , ,

No comments: