DirectoryBrowserOptions Class
Directory browsing options
Namespace: Microsoft.Owin.StaticFiles
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.StaticFiles.Infrastructure.SharedOptionsBase<T>
Microsoft.Owin.StaticFiles.DirectoryBrowserOptions
Syntax
public class DirectoryBrowserOptions : SharedOptionsBase<DirectoryBrowserOptions>
public ref class DirectoryBrowserOptions : SharedOptionsBase<DirectoryBrowserOptions^>
type DirectoryBrowserOptions =
class
inherit SharedOptionsBase<DirectoryBrowserOptions>
end
Public Class DirectoryBrowserOptions
Inherits SharedOptionsBase(Of DirectoryBrowserOptions)
Constructors
Name | Description | |
---|---|---|
![]() |
DirectoryBrowserOptions() | Enabled directory browsing in the current physical directory for all request paths |
![]() |
DirectoryBrowserOptions(SharedOptions) | Enabled directory browsing in the current physical directory for all request paths |
Properties
Name | Description | |
---|---|---|
![]() |
FileSystem | The file system used to locate resources(Inherited from SharedOptionsBase<T>.) |
![]() |
Formatter | The component that generates the view. |
![]() |
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>.) |
Methods
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.) |
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 Namespace
Return to top