c# - how to get the prefect url from html encoded url -


folderpath\0\microsoft%202007\chapter1\images

how can remove %20 url path.

use this

string s = httputility.urldecode(@"folderpath\microsoft%202007\chapter1\images"); 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -