UnvalidatedRequestValuesBase::QueryString Property
.NET Framework (current version)
When overridden in a derived class, gets the collection of HTTP query string variables that the client submitted, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Specialized::NameValueCollection^The collection of query string variables sent by the client.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
Notes to Inheritors:
If you override this property in a derived class, you must manually check the data for potential cross-site scripting attacks.
.NET Framework
Available since 4.5
Available since 4.5
Show: