HttpRequestWrapper.QueryString Property

 

Gets the collection of HTTP query-string variables.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public override NameValueCollection QueryString { get; }

Property Value

Type: System.Collections.Specialized.NameValueCollection

The query-string variables that were sent by the client in the URL of the current request.

.NET Framework
Available since 3.5
Return to top
Show: