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
Post a Comment