HtmlDirectoryFormatter Class
Generates an HTML view for a directory.
Namespace: Microsoft.Owin.StaticFiles.DirectoryFormatters
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.StaticFiles.DirectoryFormatters.HtmlDirectoryFormatter
Syntax
public class HtmlDirectoryFormatter : IDirectoryFormatter
public ref class HtmlDirectoryFormatter : IDirectoryFormatter
type HtmlDirectoryFormatter =
class
interface IDirectoryFormatter
end
Public Class HtmlDirectoryFormatter
Implements IDirectoryFormatter
Constructors
Name | Description | |
---|---|---|
![]() |
HtmlDirectoryFormatter() |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GenerateContentAsync(IOwinContext, IEnumerable<IFileInfo>) | Generates an HTML view for a directory. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.StaticFiles.DirectoryFormatters Namespace
Return to top