System.Web.UI.Page.ClientQueryString Property

Gets the query string portion of the requested URL.

Syntax

public string ClientQueryString { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Page.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 Page.ClientQueryString property will contain "id=100". The Page.ClientQueryString property is encoded; use the System.Web.HttpServerUtility.UrlDecode(string) method to decode the query string.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0