Removes a querystring parameter.
Syntax
Smartsite SXML | Copy Code |
---|---|
locator url.removeparameter(locator location, string name) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The location url. |
name | String | The name of the query parameter. |
Return Value
Data Type | Description |
---|---|
Locator | The modified location. |