How to get the actual querystring from the Request object when the querystring is UrlEncoded or has percent characters in ASP.NET?
Basicly, if I have a Url like t
HttpContext.Current.Request.ServerVariables["QUERY_STRING"]
will return the RAW Query String