Click or drag to resize

RequestQueryString Property

Gets the NameValueCollection containing all values in the query string.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public NameValueCollection QueryString { get; }

Property Value

Type: NameValueCollection
The query string.

Implements

IRequestQueryString
See Also