Use FileProvider to stream views and static files hosted in the cloud
marcuslindblom opened this issue · 1 comments
marcuslindblom commented
Is it possible to use any IFileProvider
implementation, or any other feature to load views and static files via http
?
What I'm trying to achieve is to have an interface in my MVC app that is accessible via http://domain.com/myarea
that loads the _Layout.cshtml
, all views and static files for that specific area without having them on disk?
aspnet-hello commented
This issue was moved to dotnet/aspnetcore#2539