Returns true if the given Querystring variable exists.
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean request.query.exists(string name) |
Parameters
Name | Data Type | Description |
---|---|---|
name | String | The name of the querystring parameter. |
Return Value
Data Type | Description |
---|---|
Boolean | True if the specified querystring parameter exists. |