A followup to another question I did, I’ve done some more digging but I am still coming up dry. Is there any way to include .HTML/.ASPX files as ’embedded resources’ into an ASP.NET MVC application? I’ve found lots of examples of using string resources, but never other files entirely.
Share
Sure it’s possible.
Assuming that you want to use your embedded resource HTML/ASPX files as Views, you just need to:
Sounds like fun. Good luck!