WebClient.QueryString Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9313)
QueryString
Gets or sets the collection of name-value pairs, which will be added into the request's query.
Declaration
public NameValueCollection QueryString { get; set; }
Property Value
| Type | Description |
|---|---|
| NameValueCollection |
Remarks
Ignored if the requested URL already contains a query.