A dictionary of key-value headers for the XMLHttpRequest.
Object.defineProperty(ImageLoaderAjaxOptions.prototype, 'headers',
get: function(),
set: function(value)
)
headers: { [key: string]: string };
Dictionary of key-value headers for the XMLHttpRequest. Default value is an empty dictionary.
If the Method is POST, then the PostData will be sent with the request. So that the endpoint described by
Url may understand the data, add the "content-type" header to Headers with the standard name
for your data serialization (e.g., "application/json"
).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document