HttpRequestWrapper::QueryString Property
.NET Framework (current version)
Gets the collection of HTTP query-string variables.
Assembly: System.Web (in System.Web.dll)
public: property NameValueCollection^ QueryString { virtual NameValueCollection^ get() override; }
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
Available since 3.5
Show: