DownloadRequest.

QueryString Property

Summary

The query string parameters. These will be combined with any that already exist in Wyam.Core.Modules.IO.DownloadRequest.Uri.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.IO
Containing Type
DownloadRequest

Syntax

public IDictionary<string, string> QueryString { get; }

Value

Type Description
IDictionary<string, string>
GitHub