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
)
Public Sub New (
http As HttpContext
)
Parameters
- http
- Type: System.WebHttpContext
The HttpContext whose request should be used to obtain the QueryString.
See Also