Edit

Share via


TestHttpRequestMessage.QueryParameters() Method

Version: Available or changed with runtime version 15.0.

Gets the query parameters of the HTTP request if the request does not have a secret URI, otherwise an empty Dictionary.

Syntax

QueryParameters :=   TestHttpRequestMessage.QueryParameters()

Note

This method can be invoked using property access syntax.

Parameters

TestHttpRequestMessage
 Type: TestHttpRequestMessage
An instance of the TestHttpRequestMessage data type.

Return Value

QueryParameters
 Type: Dictionary of [Text, Text]
The query parameters of the HTTP request if the request does not have a secret URI, otherwise an empty Dictionary.

TestHttpRequestMessage data type
Getting started with AL
Developing extensions