IDirectoryFormatter Interface
Generates the view for a directory
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
| Name | Description | |
|---|---|---|
![]() | GenerateContentAsync(IOwinContext^, IEnumerable<IFileInfo^>^) | Generates the view for a directory. Implementers should properly handle HEAD requests. Implementers should set all necessary response headers (e.g. Content-Type, Content-Length, etc.). |
Show:
