How can I show image from url string?

I have got a lot of url strings from web crawling.

I want to know that there is any way to show all of the images from this url strings directly like web developing with <a> tag or any function?

As of now I am downloading all of the url link, converting into byte[], it's some boring and tired thing.

Though I've read the doc, but only explain imagetobytearray function with the same way or event handler.

Thank you for your reply in adv.



1 Reply

MS Malini Selvarasu Syncfusion Team April 28, 2025 01:52 PM UTC

Hi LEE,

Based on the information provided, we understand that you need to load images directly using URL links. Currently, we do not support loading images directly from a URL; only the byte[] property type is supported.

However, in WPF, it is possible to convert a URL link into an image and load it accordingly. Please refer to the User Guide link provided below for more details.

Could you please confirm whether you expect to load the image in the same way as in WPF (by converting the URL to an image) or if you require direct loading of the image using only the URL link?
This information will help us better understand your scenario and provide a prompt solution. We look forward to your confirmation.
Regards,
Malini Selvarasu

Loader.
Up arrow icon