WebClient.QueryString Property
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9147)
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 |
---|---|
Name |
Remarks
Ignored if the requested URL already contains a query.