HttpRequestInfo.QueryParameters Property

Definition

Gets the query parameters to append to the request URL, with values already formatted as strings.

public System.Collections.Generic.IReadOnlyDictionary<string,string>? QueryParameters { get; init; }
member this.QueryParameters : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property QueryParameters As IReadOnlyDictionary(Of String, String)

Property Value

Applies to