
BBjHttpRequest::getQueryString
Description
In BBj 12.0 and higher, this method returns the query string that is contained in the request URL after the path.
Syntax
Return Value |
Method |
string |
getQueryString() |
Parameters
None.
Return Value
Returns a string containing the query string from the URL.
Remarks
The example below shows getting the query string for a request in a BBjServlet.
Example
REM Obtain the instance of the BBjAPI object |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.