View on GitHub
Query Param
Fetch values passed in url of web page and use same to fill the forms.
On this page
Query:: | Description |
---|---|
?param=value | Query parameters can be defined as the optional key-value pairs that appear after the question mark in the URL. Basically, they are extensions of the URL that are utilized to help determine specific content or action based on the data being delivered. Query parameters are appended to the end of the URL, using a ‘?’. The question mark sign is used to separate path and query parameters.
|