[ Version ( since = "1.6" ) ]
public bool set_query_value (string query_key, string? query_value)
This inserts or replaces a key in the query table.
A query_value of null indicates that the key has no associated value, but will still be
present in the query string.
| this |
The Uri to modify. |
| query_key |
The key for the query entry. |
| query_value |
The value for the key. |
|
true if the query table was successfully updated. |