WithUri(string, WebRequestHeaders) Method
Downloads the specified URI with the specified request header.
Namespace
Statiq.Core
Containing Type
ReadWeb

Syntax

public ReadWeb WithUri(string uri, WebRequestHeaders headers = null)

Parameters

Name Type Description
uri string The URI to download.
headers WebRequestHeaders The request header to use.

Return Value

Type Description
ReadWeb The current module instance.