Page.ClientQueryString Property
.NET Framework (current version)
Gets the query string portion of the requested URL.
Assembly: System.Web (in System.Web.dll)
The ClientQueryString property contains the query string portion of the URL requested by the browser. For example, if the requested URL is "http://www.contoso.com/default.aspx?id=100", the ClientQueryString property will contain "id=100". The ClientQueryString property is encoded; use the HttpServerUtility.UrlDecode method to decode the query string.
.NET Framework
Available since 2.0
Available since 2.0
Show: