Uri.getQuery

Gets uri's query, which may contain %-encoding, depending on the flags with which uri was created.

For queries consisting of a series of name=value parameters, #GUriParamsIter or glib.uri.Uri.parseParams may be useful.

class Uri
string
getQuery
()

Return Value

Type: string

uri's query.