xdmp.setResponseContentType

xdmp.setResponseContentType(
   name as String
) as null

Summary

Sets the response content-type.

Parameters
name The content type.

Example

xdmp.setResponseContentType("text/html");
Powered by MarkLogic Server | Terms of Use | Privacy Policy