GetParameterByName
This method is used to fetch the data of the query string. All query string values are encrypted.
Method Signature:
getParameterByName (name, url)
Sample Response:
<encrypted String data>
Parameter Details:
| Parameter Name | Type | Mandatory | Description |
|---|---|---|---|
| name | String | Y | QueryString Parameter Name for e.g.,RegionName |
| url | String | N | URL: URL that contains query string. By default, it contains current web URL. |