set_query_string


Description:

[ Version ( since = "1.6" ) ]
public bool set_query_string (string? query)

Sets or unsets the query table in the URI.

Parameters:

this

The Uri to modify.

query

The new percent encoded query string to use to populate the query table, or use null to unset the query table.

Returns:

true if the query table was set successfully.