HttpRequestInfo.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 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)