Uri.setQueryTable

bool setQueryTable(string[string] queryTable = null)

Set the query table to use in the URI. The old table is unreferenced and a reference to the new one is used instead. A value if null for query_table will remove the query string from the URI.

Parameters

queryTableThe new query table to use.

Returns

true if the new table was successfully used for the query table.