HttpRequestWrapper::QueryString Property

 

Gets the collection of HTTP query-string variables.

Namespace:   System.Web
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
Return to top
Show: