How to use httpUtility.encode and decode in window application. I implemented a window application. This application use web request to web server. The web server response http encode version. So, How I decode in window application.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...