Getting the exact value of a query string

Posted by jean27 on Stack Overflow See other posts from Stack Overflow or by jean27
Published on 2010-04-26T09:38:16Z Indexed on 2010/04/26 9:43 UTC
Read the original article Hit count: 276

Filed under:

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.

© Stack Overflow or respective owner

Related posts about asp.net-mvc