New to Telerik UI for ASP.NET Core? Download free 30-day trial

EditorImageBrowserTransportSettingsTagHelper

Example

<image-browser-transport>
    <create />
    <destroy />
    <read />
</image-browser-transport>

ChildTags

Tag Name Details
create EditorImageBrowserTransportCreateSettingsTagHelper
destroy EditorImageBrowserTransportDestroySettingsTagHelper
read EditorImageBrowserTransportReadSettingsTagHelper

Attributes

Attribute Type Description
image-url String The URL responsible for serving the original image. A file name placeholder should be specified. By default the placeholder value is URL encoded. If this is not desired, use a function.
image-url-handler String The URL responsible for serving the original image. A file name placeholder should be specified. By default the placeholder value is URL encoded. If this is not desired, use a function.
thumbnail-url String The URL for retrieving the thumbnail version of the image. If not specified a default image icon will be shown. If function is assigned, the current path and image name will be provided.
thumbnail-url-handler String The URL for retrieving the thumbnail version of the image. If not specified a default image icon will be shown. If function is assigned, the current path and image name will be provided.
upload-url String The URL which will handle the upload of the new images. If not specified the Upload button will not be displayed.The requirements for this handler are the same as for the save handler in the Upload widget.
In this article
Not finding the help you need?