method Property

Summary

The AJAX method to use for the XMLHTTPRequest (GET or POST), case-insensitive.

Syntax

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

Property Value

GET or POST.

Remarks

If the Method is POST, then the PostData will be sent with the request.

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