5 references to UseFileServer
Microsoft.AspNetCore.StaticFiles (3)
FileServerExtensions.cs (3)
28
return app.
UseFileServer
(new FileServerOptions());
45
return app.
UseFileServer
(new FileServerOptions
66
return app.
UseFileServer
(new FileServerOptions
StaticFileSample (1)
Startup.cs (1)
18
app.
UseFileServer
(new FileServerOptions
StaticFilesAuth (1)
Startup.cs (1)
114
builder.
UseFileServer
(new FileServerOptions()