Sets a query string value.
- Namespace
- Statiq
.Core - Containing Type
- WebRequest
Syntax
public WebRequest WithQueryString(string name, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the query string parameter. |
| value | string | The value of the query string parameter. |
Return Value
| Type | Description |
|---|---|
| WebRequest | The current instance. |