Use parameter()
in combination with the url()and urlex()functions. The function returns an encoded URL key-value pair that is used to transmit data to the requested pipeline.
parameter( <key>, <value> )
This example shows a pipeline call with parameter passing.
<a href="#URL(action('PLProcessBasketActions'), parameter('action','remove'), parameter('quantity','1'), parameter('offeringID',Offering:UUID))#"> ... link text to be displayed ... </a>
Both parameters are required.
key
key = string
The string for defining the name of the parameter.
value
value = string
The string for defining the value of the parameter.