createActionLinkURL: method

Creates the final action link URL that can be used in an HTTP request to execute the action in the backend.

Syntax

- ( NSString * ) createActionLinkURL : ( NSDictionary * ) parameters

Remarks

If the action link has parameters, they will be URL encoded and concatenated to the URL. The returned URL is always an absolute URL. Pass nil, if the action link has no parameters. If the "parameters" value is nil, but the action link has parameters the method adds the parameters with their default values to the final URL.