Gets all elements in the data collection added to the current request as a datatable.
In a Web environment, this will be the posted form data.

Syntax

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

Parameters

Name Data Type Description
name String The name of the element.
unSafeValue Boolean If set to true the unsafe value is returned to the caller.
This is potentially dangerous because of code injection attacks.

Return Value

Data Type Description
DataTable List of posted elements.

Expand image Example

SXML