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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -