IOwinRequest.Query Property

Gets the query composed of readable string collection for the request.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
ReadOnly Property Query As IReadableStringCollection 
    Get
'Usage
Dim instance As IOwinRequest 
Dim value As IReadableStringCollection 

value = instance.Query
IReadableStringCollection Query { get; }
property IReadableStringCollection^ Query {
    IReadableStringCollection^ get ();
}
abstract Query : IReadableStringCollection
function get Query () : IReadableStringCollection

Property Value

Type: Microsoft.Owin.IReadableStringCollection
The query composed of readable string collection for the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace