Gets the querystring data as a datatable.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable request.query.list()

Parameters

Name Data Type Description
name String The name of the querystring parameter.
unsafeValue Boolean If set to true, an unsafe value is returned that might contain executable code.

Return Value

Data Type Description
DataTable List of querystring variables.

Expand image Example

SXML