EditorImportSettingsTagHelper
Example
Razor
<import>
</import>
Attributes
Attribute | Type | Description |
---|---|---|
allowed-extensions | String[] | Lists which file extensions are allowed to be uploaded |
max-file-size | Double | Defines the maximum file size that can be uploaded in bytes |
on-complete | String | Defines the handler of the Complete client-side event |
on-error | String | Defines the handler of the Error client-side event |
on-progress | String | Defines the handler of the Progress client-side event |
on-select | String | Defines the handler of the Select client-side event |
on-success | String | Defines the handler of the Success client-side event |
proxy | String | Defines the import action |