set_query_table


Description:

[ Version ( since = "1.6" ) ]
public bool set_query_table (HashTable<string,string>? query_table)

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:

this

The Uri to modify.

query_table

The new query table to use.

Returns:

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