Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.53 KB

File metadata and controls

31 lines (20 loc) · 2.53 KB

How to: Import HTML Files that Contain Images Referenced with a Custom Prefix

This example illustrates how to obtain an image referenced with the 'cid' prefix from an external file in BMP format.

The Rich Text Editor allows you to import HTML files that contain embedded images or links to external images with the src attribute specified as an image URL. However, you can have web files where images are referenced in a custom manner (for example, with the prefix 'cid' in the img src attribute, as in email files). In this case, you need to implement and register a custom IUriStreamProvider to import these files into the Rich Text Editor.

Files to Review

More Examples

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)