DirectoryBrowserOptions Class

 

Directory browsing options

Namespace:   Microsoft.Owin.StaticFiles
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)

System::Object
  Microsoft.Owin.StaticFiles.Infrastructure::SharedOptionsBase<T>
    Microsoft.Owin.StaticFiles::DirectoryBrowserOptions

public ref class DirectoryBrowserOptions : SharedOptionsBase<DirectoryBrowserOptions^>

NameDescription
System_CAPS_pubmethodDirectoryBrowserOptions()

Enabled directory browsing in the current physical directory for all request paths

System_CAPS_pubmethodDirectoryBrowserOptions(SharedOptions^)

Enabled directory browsing in the current physical directory for all request paths

NameDescription
System_CAPS_pubpropertyFileSystem

The file system used to locate resources(Inherited from SharedOptionsBase<T>.)

System_CAPS_pubpropertyFormatter

The component that generates the view.

System_CAPS_pubpropertyRequestPath

The relative request path that maps to static resources.(Inherited from SharedOptionsBase<T>.)

System_CAPS_protpropertySharedOptions

Options common to several middleware components(Inherited from SharedOptionsBase<T>.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: