Click or drag to resize

QString Constructor (HttpContext)

Construct the QueryString from the HttpContext's HttpRequest. Note that this constructor handles the case where the HttpContext is null, resulting in an empty collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public QString(
	HttpContext http
)

Parameters

http
Type: System.WebHttpContext
The HttpContext whose request should be used to obtain the QueryString.
See Also