Function Make-Action-Url

Part of:

package weblocks
( make-action-url < action-code > )
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”