Share via


OwinRequest.Query Property

 

Gets the query value collection parsed from owin.RequestQueryString.

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

Syntax

public virtual IReadableStringCollection Query { get; }
public:
property IReadableStringCollection^ Query {
    virtual IReadableStringCollection^ get();
}
abstract Query : IReadableStringCollection with get
override Query : IReadableStringCollection with get
Public Overridable ReadOnly Property Query As IReadableStringCollection

Property Value

Type: Microsoft.Owin.IReadableStringCollection

The query value collection parsed from owin.RequestQueryString.

Implements

IOwinRequest.Query

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top