IOwinRequest.Query Property

Definition

Gets the query value collection parsed from owin.RequestQueryString.

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

Property Value

The query value collection parsed from owin.RequestQueryString.

Applies to