WebRequest.GetParameter
From Real Software Documentation
Method
Returns the value of a parameter. If the request is a GET request, the parameters come from the query string. If the request is a POST request, the parameters come from the entity. If the parameter requested does not exist, a blank string will be returned.
See Also
WebRequest.Entity, WebRequest.Method, WebRequest.QueryString
