remove_query_key
Description:
[
Version ( since =
"1.6" ) ]
public bool remove_query_key (
string query_key)
Remove an entry from the query table by key.
Parameters:
this |
The Uri to modify.
|
query_key |
The key to remove.
|
Returns:
true if the key existed in the table and was removed.
|