query_has_key
Description:
[
Version ( since =
"1.6" ) ]
public bool query_has_key (
string query_key)
Check if there is a query table entry for the query_key
key.
Parameters:
this |
The Uri to examine.
|
query_key |
The key to lookup.
|
Returns:
true if query_key exists in the URI query table.
|