Adds a new request header with multiple values.
- Namespace
- Statiq
.Core - Containing Type
- WebRequestHeaders
Syntax
public WebRequestHeaders Add(string name, IEnumerable<string> value)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the request header to add. |
value | IEnumerable |
The value of the request header to add. |
Return Value
Type | Description |
---|---|
WebRequestHeaders | The current instance. |