HttpRequestBase::QueryString Property
.NET Framework (current version)
When overridden in a derived class, gets the collection of HTTP query-string variables.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::NameValueCollection^The query-string variables that were sent by the client in the URL of the current request.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: