Click or drag to resize

RequestHelperContextBool Method

Extract the specified boolean value from the current request.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool ContextBool(
	string name
)

Parameters

name
Type: SystemString
The name of the request item to extract.

Return Value

Type: Boolean
True if item is found and non-empty and non-zero, else false.
See Also