
xdmp.setResponseContentType( name as String ) as null
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. |
xdmp.setResponseContentType("text/html");
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.