EditorFileBrowserTransportSettings
Kendo UI EditorFileBrowserTransportSettings class
Properties
Read - EditorFileBrowserTransportReadSettings
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.
UploadUrl - String
FileUrl - String
FileUrlHandler - ClientHandlerDescriptor
A Razor template delegate.
Destroy - EditorFileBrowserTransportDestroySettings
The content-type HTTP header sent to the server. Default is "application/x-www-form-urlencoded". Use "application/json" if the content is JSON. Refer to the jQuery.ajax documentation for further info.
Create - EditorFileBrowserTransportCreateSettings
The content-type HTTP header sent to the server. Default is "application/x-www-form-urlencoded". Use "application/json" if the content is JSON. Refer to the jQuery.ajax documentation for further info.
Editor - Editor
Fine-tune deserialization in the Editor widget. Deserialization is the process of parsing the HTML string input from the value() method or from the viewHtml dialog into editable content.
Methods
Serialize()
Serialize current instance to Dictionary