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

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -