Guest User

Untitled

a guest
Aug 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. app.UseFileServer(new FileServerOptions()
  2. {
  3. FileProvider = new PhysicalFileProvider(env.ContentRootPath + "/Albums"),
  4. RequestPath = new PathString("/Albums"),
  5. EnableDirectoryBrowsing = true
  6. });
  7.  
  8. Initialize(_environment.WebRootPath + "/Albums");
Add Comment
Please, Sign In to add comment