Mono Class Library: System.Net.WebClient Overview | MembersSystem.Net.WebClient.QueryString Property |
Gets or sets a collection of query name/value pairs associated with the request. [Edit]
|
A System.Collections.Specialized.NameValueCollection that contains query name/value pairs associated with the request or, if this property has not been set or was set to null, a new instance of the System.Collections.Specialized.NameValueCollection class. [Edit]
The WebClient.QueryString property contains a System.Collections.Specialized.NameValueCollection instance containing name/value pairs that are appended to the URI as a query string. The contents of the WebClient.QueryString property are preceded by a question mark (?), and each name/value pair is separated by an ampersand (&). [Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0