Click or drag to resize

RequestHelperContextInt Method

Extracts an int value, by name, from the request defaulting to zero if not found.

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

Parameters

name
Type: SystemString
The name of the parameter in question.

Return Value

Type: Int32
The value of the specified value, interpreted as an int.
See Also