FileServerOptions Class
Options for all of the static file middleware components
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Microsoft.Owin.StaticFiles.Infrastructure::SharedOptionsBase<T>
Microsoft.Owin.StaticFiles::FileServerOptions
| Name | Description | |
|---|---|---|
![]() | FileServerOptions() | Creates a combined options class for all of the static file middleware components. |
| Name | Description | |
|---|---|---|
![]() | DefaultFilesOptions | Options for configuring the DefaultFilesMiddleware. |
![]() | DirectoryBrowserOptions | Options for configuring the DirectoryBrowserMiddleware. |
![]() | EnableDefaultFiles | Default files are enabled by default. |
![]() | EnableDirectoryBrowsing | Directory browsing is disabled by default. |
![]() | FileSystem | The file system used to locate resources(Inherited from SharedOptionsBase<T>.) |
![]() | RequestPath | The relative request path that maps to static resources.(Inherited from SharedOptionsBase<T>.) |
![]() | SharedOptions | Options common to several middleware components(Inherited from SharedOptionsBase<T>.) |
![]() | StaticFileOptions | Options for configuring the StaticFileMiddleware. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



