xdmp.redirectResponse

xdmp.redirectResponse(
   name as String
) as null

Summary

Redirects the App Server response to a given location.

Parameters
name The redirect URL.

Example

xdmp.redirectResponse("http://marklogic.com/howtobuy.xqy");
Powered by MarkLogic Server | Terms of Use | Privacy Policy