StaticFileExtensions Class
Extension methods for the StaticFileMiddleware
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | UseStaticFiles(IAppBuilder^) | Enables static file serving for the current request path from the current directory |
![]() ![]() | UseStaticFiles(IAppBuilder^, StaticFileOptions^) | Enables static file serving with the given options |
![]() ![]() | UseStaticFiles(IAppBuilder^, String^) | Enables static file serving for the given request path from the directory of the same name |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

