Returns the value of the given State variable. Note: Request.State is a wrapper around the HttpContext.Items collection.

Syntax

Smartsite SXML CopyCode image Copy Code
any request.state.get(string name)

Parameters

Name Data Type Description
name String The name of the state variable.

Return Value

Data Type Description
Any The value of the specified state variable.

Expand image Example

SXML