Get query string parameter by key
- Source:
Parameters:
Name | Type | Description |
---|---|---|
key |
string | Key of query string parameter to retrieve |
Returns:
- query string parameter if key is found, empty if not found
- Type
- string