Add(string, IEnumerable<string>) Method
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<string> The value of the request header to add.

Return Value

Type Description
WebRequestHeaders The current instance.