This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method Static member Data(IRenderContext)
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.
Public method Static member Data(IRenderContext, String)
Gets an element in the data collection added to the current request.
In a Web environment, this will be the posted form data.
Public method Static member Data(IRenderContext, String, Boolean)
Gets an element in the data collection added to the current request.
In a Web environment, this will be the posted form data.

See Also

Advanced