-api-id | -api-type |
---|---|
P:Windows.Foundation.Uri.Query |
winrt property |
Gets the query string component of the Uniform Resource Identifier (URI) as stored in this Uri instance.
The query string.
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.