Gets a datatable containing all the keys and values from the querystring.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable url.getparameters(locator location)

Parameters

Name Data Type Description
location Locator The url of which you want to get the querystring parameters.

Return Value

Data Type Description
DataTable

Expand image Example

SXML