Microsoft.Owin.StaticFiles Namespace

 

Classes

Class Description
System_CAPS_pubclass 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.

System_CAPS_pubclass DefaultFilesOptions

Options for selecting default file names.

System_CAPS_pubclass DirectoryBrowserMiddleware

Enables directory browsing

System_CAPS_pubclass DirectoryBrowserOptions

Directory browsing options

System_CAPS_pubclass FileServerOptions

Options for all of the static file middleware components

System_CAPS_pubclass SendFileExtensions

Extension methods for the SendFileMiddleware

System_CAPS_pubclass 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.

System_CAPS_pubclass StaticFileMiddleware

Enables serving static files for a given request path

System_CAPS_pubclass StaticFileOptions

Options for serving static files

System_CAPS_pubclass StaticFileResponseContext

Contains information about the request and the file that will be served in response.

Return to top