Mark Tabor

Mark Tabor

  • 553
  • 1.9k
  • 427.2k

Why my image is not appearing in razor view

Aug 27 2019 3:43 AM
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)