Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have imageURl-
[^]

How can i show in razor
Its showing error image

What I have tried:

[^]
Posted
Updated 18-Dec-16 0:40am
Comments
Mohtshm Zubair 18-Dec-16 4:11am    
just use
Afzaal Ahmad Zeeshan 18-Dec-16 6:15am    
What error image? Make sure that image do exist at the URL you are accessing it from.

1 solution

That image is working fine, just use it like,
HTML
<img src="https://www.incuboom.com/global/images/products/large/santa-pinka-dog-harnesspinkaholic-red-3490.jpg" alt="Image" />

This loads the image, just make sure you have the "http://" before other it will look under your own project website e.g. "www.example.com/www.inc...3490.jpg". See here, fiddle[^], it works fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900