When I have a url like:
http://www.mysite.com/?MyTest=
MyTest shows up as a key in the querystring of the request object.
If I remove the = sign like:
It no longer shows up in the querystring keys (or AllKeys if you prefer).
How can I determine whether this key exists or not?