Removes multiple querystring parameters.
Syntax
Smartsite SXML | Copy Code |
---|---|
locator url.removeparameters(locator location, string[ ] names) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The location url. |
names | String[ ] | The names of the querystring parameters. |
Return Value
Data Type | Description |
---|---|
Locator | The modified location. |