var instance; // Type: wijmo.exporter.IEventsCalendarExportSettings; var value; // Type: string value = instance.contentType;
var contentType : string;
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.
var instance; // Type: wijmo.exporter.IEventsCalendarExportSettings; var value; // Type: string value = instance.contentType;
var contentType : string;