Microsoft.Owin.StaticFiles Namespace

 

ClassDescription
System_CAPS_pubclassDefaultFilesMiddleware

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_pubclassDefaultFilesOptions

Options for selecting default file names.

System_CAPS_pubclassDirectoryBrowserMiddleware

Enables directory browsing

System_CAPS_pubclassDirectoryBrowserOptions

Directory browsing options

System_CAPS_pubclassFileServerOptions

Options for all of the static file middleware components

System_CAPS_pubclassSendFileExtensions

Extension methods for the SendFileMiddleware

System_CAPS_pubclassSendFileMiddleware

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_pubclassStaticFileMiddleware

Enables serving static files for a given request path

System_CAPS_pubclassStaticFileOptions

Options for serving static files

System_CAPS_pubclassStaticFileResponseContext

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

Return to top
Show: