Function that return value of the specified paramter in the query string
Query String: ?first_name=John&last_name=DoegetQueryParamValue('first_name') will return 'John'
Value of the paramter
Parameter for which value is required
Generated using TypeDoc
Function that return value of the specified paramter in the query string
Example
Returns
Value of the paramter