OwinRequest.Query Property

Definition

Gets the query value collection parsed from owin.RequestQueryString.

public virtual Microsoft.Owin.IReadableStringCollection Query { get; }
member this.Query : Microsoft.Owin.IReadableStringCollection
Public Overridable ReadOnly Property Query As IReadableStringCollection

Property Value

The query value collection parsed from owin.RequestQueryString.

Implements

Applies to