InvocationContext.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.
Read-only dictionary of all query parameters forwarded from the caller's request. Per the invocation protocol spec, all query parameters are forwarded unchanged β containers may define additional custom parameters as part of their own contract.
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Extensions.Primitives.StringValues> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Extensions.Primitives.StringValues>
Public ReadOnly Property QueryParameters As IReadOnlyDictionary(Of String, StringValues)