QueryString Property
Collapse the table of content
Expand the table of content

HttpRequestMessageProperty.QueryString Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the query string for the HTTP request.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public string QueryString { get; set; }

Property Value

Type: System.String
The query string from the HTTP request.

ExceptionCondition
ArgumentNullException

value set is null.

Security noteSecurity Note:

There are many well-known security attacks based on the query string of an HTTP request (for example, the SQL injection attack). Always rigorously validate the parameters contained in the query string. If you use the values without validation, a well-known security hole is open.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft