Wijmo UI for the Web
contentType Field
wijmo.exporter Namespace > ExportSetting Interface : contentType Field

If set to “application/json”, the request data with json format will be sent to service. And receiver should be set. Otherwise, data will be set as “x-www-form-urlencoded” type.

Syntax
var instance; // Type: wijmo.exporter.ExportSetting;
var value; // Type: string
value = instance.contentType;
var contentType : string;
See Also

Reference

ExportSetting Interface