UrlQueryParams_v2 Op

UrlQueryParams

Returns a URL query parameter


You can append query parameters to your URLs, e.g. index.html?param1=ParameterValue&param2=hello


Full Name
  • Ops.Website.UrlQueryParams_v2
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


parameter (String)

The parameter (key) to get

Default (String)

Default value if key does not exist

OUTPUT PORTS


result (String)

The value of the parameter, or default value if it could not be found in the URL


 

Patches using UrlQueryParams_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-05-28 15:57