EditorFileBrowserTransportCreateSettingsTagHelper
Example
Razor
<create/>
Attributes
Attribute | Type | Description |
---|---|---|
content-type | String | 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. |
data | String | 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. |
data-type | String | 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 | String | The type of request to make ("POST", "GET", "PUT" or "DELETE"), default is "POST". Refer to the jQuery.ajax documentation for further info. |
url | String | The remote url to call when creating a new record. |
url-handler | String | The remote url to call when creating a new record. |