Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 722 Bytes

uri_query.md

File metadata and controls

23 lines (16 loc) · 722 Bytes
-api-id -api-type
P:Windows.Foundation.Uri.Query
winrt property

Windows.Foundation.Uri.Query

-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