Is it possible to serve embedded cshtml content pages (not Views)? I changed the build action on one of the content pages to embedded, but when the app was deployed without the cshtml file, I got a 404.
I’ve tried setting up the Compiled Razor Views, but this didn’t work (also 404s) - I presume because this is for Views only, not content pages.