postData Property

Summary

Serialized data to send with the POST request.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoaderAjaxOptions.prototype, 'postData', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
postData: string; 

Property Value

A string containing the serialized data.

Remarks

If the Method is POST, then the PostData will be sent with the request. Otherwise, it is ignored. The PostData must be a string. So that the endpoint described by Url may understand the data, add the "content-type" header to the Headers with the standard name for your data serialization (e.g., "application/json").

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly