Creates a <a> hyperlink that notifies the component when the link is triggered. The link includes some context-specific data that is passed on to the component's listener. This is used in cases where the Action component can't be used (or is too inefficient).
Parameters
Specifies an object that is notified when the link is clicked.
An array of Strings to be encoded into the URL. These parameters will be decoded when the link is triggered.
Controls whether the link is produced. If true, the portion of the template the link surrounds is still rendered, but not the link itself.