DownloadRequest.

WithQueryString(string, string) Method

Summary

Sets a query string value.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public DownloadRequest WithQueryString(string name, string value)

Parameters

Name Type Description
name string The name of the query string parameter.
value string The value of the query string parameter.

Return Value

Type Description
DownloadRequest The current instance.
GitHub