Kendo.Mvc.UI.EditorImageBrowserTransportReadSettings
Kendo UI EditorImageBrowserTransportReadSettings class
Properties
ContentType
The content-type HTTP header sent to the server. Use "application/json" if the content is JSON. Refer to the jQuery.ajax documentation for further info.
DataType
The type of data that you're expecting back from the server. Commonly used values are "json" and "jsonp". Refer to the jQuery.ajax documentation for further info.
Type
The type of request to make ("POST", "GET", "PUT" or "DELETE"), default is "POST". Refer to the jQuery.ajax documentation for further info.
Url
The remote url to call when fetching list of items.
Methods
SerializeSettings
Serialize current instance to Dictionary