Gets the querystring data as a datatable.
Syntax
Smartsite SXML | 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. |