DirectoryBrowserMiddleware Class
Enables directory browsing
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
| Name | Description | |
|---|---|---|
![]() | DirectoryBrowserMiddleware(Func<IDictionary<String^, Object^>^, Task^>^, DirectoryBrowserOptions^) | Creates a new instance of the SendFileMiddleware. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IDictionary<String^, Object^>^) | Examines the request to see if it matches a configured directory. If so, a view of the directory contents is returned. |
![]() | 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.
Show:

