Function getQueryParamValue

  • Function that return value of the specified paramter in the query string

    Example

    Query String: ?first_name=John&last_name=Doe
    getQueryParamValue('first_name') will return 'John'

    Returns

    Value of the paramter

    Parameters

    • paramName: string

      Parameter for which value is required

    Returns string

Generated using TypeDoc