IOwinRequest.Query Property
Gets the query value collection parsed from owin.RequestQueryString.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
IReadableStringCollection Query { get; }
property IReadableStringCollection^ Query {
IReadableStringCollection^ get();
}
abstract Query : IReadableStringCollection with get
ReadOnly Property Query As IReadableStringCollection
Property Value
Type: Microsoft.Owin.IReadableStringCollection
The query value collection parsed from owin.RequestQueryString.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top