Click or drag to resize

Request.QueryString 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

IRequest.QueryString
See Also