URL Encoding being lost before processing - ASP.net
问题 I am building a web-store that uses URL encoding extensively. I have a list of Departments & Categories in my database which I use to generate the links. These are, of course, URL encoded before they are sent. Some Typical Links are... /MySite/Store/Countertop+Equipment/Can+Openers.aspx /MySite/Store/Dinnerware.aspx /MySite/Store/Kitchen/Pastry%2f+Decorating.aspx In my HTTPHandler I call app.Request.Path to obtain the current path. The string returned by this call is no longer URL encoded