When I use this markup:
<img src="~/Content/Images/damvomom.png" alt="header" width="100" height="100" />
the image is displayed.
But when I change to this:
<img scr="@Url.Content("~/Content/Images/damvomom.png")" alt="Images" width="100" height="100" />
it doesn't display the image. Hope you guys can help me.
scrassrctypo?