asp .net query string encoding and decoding
I type the following url into my web browser and press enter.
I type the following url into my web browser and press enter.
In a recent project, I had the pleasure of troubleshooting a bug that involved images not loading when spaces were in the filename. I thought “What a simple issue, I’ll UrlEncode() it!” But, NAY! Simply using UrlEncode() didn’t resolve the problem.