Loading TOC...

MarkLogic Server 11.0 Product Documentation
xdmp.setResponseContentType

xdmp.setResponseContentType(
   name as String
) as null

Summary

Sets the response content-type.

In an isolated evaluation context (see xdmp.isIsolated), this function is not available and throws XDMP-ISOLATED.

Parameters
name The content type.

Example

xdmp.setResponseContentType("text/html");

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.