WebRequest.Parameter
From Xojo Documentation
Property (As String )
aWebRequest.Parameter(Name As String) = newStringValue
or
StringValue = aWebRequest.Parameter(Name As String)
New in 2020r1
Supported for all project types and targets.
or
StringValue = aWebRequest.Parameter(Name As String)
New in 2020r1
Supported for all project types and targets.
Returns the parameter value using the specified Name or an empty string if no such parameter exists.