get querystring in http post

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
How do I get the whole querystring (example: "a=aa&b=bbb&c=cccc") in a http
post. I got some VB asp code where they use "Request.Form" to get this, but I
would like to do this in C#. Please help.
 
Back
Top