Function Make-Action-Url
(
make-action-url < action-code > &optional (include-question-mark-p
t) )
Accepts action code and returns a URL that can be used to render
the action. Used, among others, by 'render-link'.
Ex:
(make-action-url test-action) => ?action=test-action