Downloads the specified URIs with a default request header.
- Namespace
- Statiq
.Core - Containing Type
- ReadWeb
Syntax
public ReadWeb WithUris(params string[] uris)
Parameters
Name | Type | Description |
---|---|---|
uris | string[] | The URIs to download. |
Return Value
Type | Description |
---|---|
ReadWeb | The current module instance. |