EditorFileBrowserTransportSettingsTagHelper
Example
Razor
<file-browser-transport>
<create />
<destroy />
<read />
</file-browser-transport>
ChildTags
Tag Name | Details |
---|---|
create | EditorFileBrowserTransportCreateSettingsTagHelper |
destroy | EditorFileBrowserTransportDestroySettingsTagHelper |
read | EditorFileBrowserTransportReadSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
file-url | String | The URL responsible for serving the original file. A file name placeholder should be specified. By default the placeholder value is URL encoded. If this is not desired, use a function. |
file-url-handler | String | The URL responsible for serving the original file. A file name placeholder should be specified. By default the placeholder value is URL encoded. If this is not desired, use a function. |
upload-url | String | The URL which will handle the upload of the new files. If not specified the Upload button will not be displayed. |