asp.net - c# - Reference path of image in resource file -


i have resource file (example.resx) in solution , contains image (pic.png). have razor view (.cshtml) file building dynamically. here have give reference of pic.png image path resource.

img src = 'path of image resource'

any way can done ?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -