Getting the exact value of a query string
- by jean27
I'm using an md5 hash string for a query string like ?key=. I'm checking the value of the Request.QueryString and it's slightly different from the query string in Request.Url which is what I want to get.