Windows.Foundation.Uri.Query

May 17, 2019 ยท View on GitHub

-description

Gets the query string component of the Uniform Resource Identifier (URI) as stored in this Uri instance.

-property-value

The query string.

-remarks

Query reports the query portion of the Uniform Resource Identifier (URI), and the subdelimiters (& characters) and key-value separators (=) are all reported as-is in that string. QueryParsed parses this string and creates a map of key-value pairs. This map is returned as a WwwFormUrlDecoder object.

-examples

-see-also