ResponseContext.QueryParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the query parameters from the original HTTP request.
public virtual System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Extensions.Primitives.StringValues> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Extensions.Primitives.StringValues>
Public Overridable ReadOnly Property QueryParameters As IReadOnlyDictionary(Of String, StringValues)