WebRequest.GetParameter

From Xojo Documentation

Method

WebRequest.GetParameter(Name As String) As String

New in 2011r2

Supported for all project types and targets.

Returns the value of the Name parameter. If the request is a GET request, the parameters come from the query string. If the parameter requested does not exist, a blank string is returned.

See Also

WebRequest.Entity, WebRequest.Method, WebRequest.QueryString