HttpPropertyKeys.RequestQueryNameValuePairsKey Field

Provides a key for the parsed query string stored in Properties.

Namespace:  System.Web.Http.Hosting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Shared ReadOnly RequestQueryNameValuePairsKey As String
'Usage
Dim value As String 

value = HttpPropertyKeys.RequestQueryNameValuePairsKey
public static readonly string RequestQueryNameValuePairsKey
public:
static initonly String^ RequestQueryNameValuePairsKey
static val RequestQueryNameValuePairsKey: string
public static final var RequestQueryNameValuePairsKey : String

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace