Gets or sets a collection of query name/value pairs associated with the request.
| C# | Visual Basic |
public NameValueCollection QueryString { get; set; }
Public Property QueryString As NameValueCollection Get Set
A NameValueCollection that contains query name/value pairs associated with the request.
If no pairs are associated with the request, the value is an empty NameValueCollection.