Click or drag to resize

QString Constructor

Overload List
  NameDescription
Public methodQString(String)
Construct the QueryString from a query string.
Public methodQString(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.
Public methodQString(HttpRequest)
Construct the QueryString from an HttpRequest.
Top
See Also