Uri.queryHasKey
bool queryHasKey(string queryKey)Check if there is a query table entry for the query_key key.
Parameters
queryKey | The key to lookup. |
Returns
true if query_key exists in the URI query table.
bool queryHasKey(string queryKey)Check if there is a query table entry for the query_key key.
queryKey | The key to lookup. |