Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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