WebRequest.GetParameter

From Real Software Documentation

Jump to: navigation, search

     

Method
WebRequest.GetParameter ( Name As String ) As String

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

Personal tools