QString Constructor |
Name | Description | |
---|---|---|
QString(String) |
Construct the QueryString from a query string.
| |
QString(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.
| |
QString(HttpRequest) |
Construct the QueryString from an HttpRequest.
|