In Visual Studio 2013 with Web Essentials, is there a way to revert images encoded with "Encode Image in base 64" to the file name?

StackOverflow https://stackoverflow.com/questions/22259923

  •  11-06-2023
  •  | 
  •  

Question

After encoding images to base 64 in the html it is difficult for colleagues to know what image the base 64 code refers to. Is there a way to revert to the file path for easy updating?

Was it helpful?

Solution

No, doesn't exist a native way to accomplish this task, but you can easily built your own by database mapping to resource setting, ect...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top