User416875641 posted
Hi,
<tr><td>
<img src=imageSrc alt="images" style="width:128px;height:96px;" />
@imageSrc
</td></tr>
|Yields:
System.Collections.Generic.List`1[System.String]
how to get actual vlaue of the variable in razor syntax.
Debugging not working in f12 much.
Page.Response.Write("<script>console.log('" + imageSrc + "');</script>");
Yeilds:
Page.Response.Write(" ");
How to see the actual value of imageSrc, because getting blank placeholder for picture?