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
)
Public Shared Function ContextBool (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the request item to extract.
Return Value
Type:
BooleanTrue if item is found and non-empty and non-zero, else false.
See Also