SavedFilterExtractFilterFromReq Method (IAppContext, HttpRequest, String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string ExtractFilterFromReq(
IAppContext cxt,
HttpRequest req,
string name
)
Public Shared Function ExtractFilterFromReq (
cxt As IAppContext,
req As HttpRequest,
name As String
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - req
- Type: System.WebHttpRequest
The HTTP request object. - name
- Type: SystemString
The name of the request parameter.
Return Value
Type:
StringThe extracted filter or null if not found.
See Also