QueryString Property
The query string parameters. These will be combined with any that already exist in Uri.
Namespace
Statiq.Core
Containing Type
WebRequest
Property Type
IDictionary<string, string>

Syntax

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

Value

Type Description
IDictionary<string, string>