Microsoft.Owin.StaticFiles Namespace
Classes
Class | Description | |
---|---|---|
![]() |
DefaultFilesMiddleware | This examines a directory path and determines if there is a default file present. If so the file name is appended to the path and execution continues. Note we don't just serve the file because it may require interpretation. |
![]() |
DefaultFilesOptions | Options for selecting default file names. |
![]() |
DirectoryBrowserMiddleware | Enables directory browsing |
![]() |
DirectoryBrowserOptions | Directory browsing options |
![]() |
FileServerOptions | Options for all of the static file middleware components |
![]() |
SendFileExtensions | Extension methods for the SendFileMiddleware |
![]() |
SendFileMiddleware | This middleware provides an efficient fallback mechanism for sending static files when the server does not natively support such a feature. The caller is responsible for setting all headers in advance. The caller is responsible for performing the correct impersonation to give access to the file. |
![]() |
StaticFileMiddleware | Enables serving static files for a given request path |
![]() |
StaticFileOptions | Options for serving static files |
![]() |
StaticFileResponseContext | Contains information about the request and the file that will be served in response. |
Return to top