Remove(string) Method
Removes a request header.
Namespace
Statiq.Core
Containing Type
WebRequestHeaders

Syntax

public WebRequestHeaders Remove(string name)

Parameters

Name Type Description
name string The name of the request header to remove.

Return Value

Type Description
WebRequestHeaders The current instance.