10
Answers

Why my image is not appearing in razor view

Mark Tabor

Mark Tabor

5y
10k
1
Hi my image is not appearing in razor view even when i ping it via URL it also gives the below screen 
 
below is my view code
 
<img src="@Url.Content(item.Photo)" width="50" height="50" multiple />
 
 
my photo property returns
 
as the above image 
 
Answers (10)