DirectoryBrowserExtensions Class

 

Extension methods for the DirectoryBrowserMiddleware

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

System::Object
  Owin::DirectoryBrowserExtensions

[ExtensionAttribute]
public ref class DirectoryBrowserExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUseDirectoryBrowser(IAppBuilder^)

Enable directory browsing on the current path for the current directory

System_CAPS_pubmethodSystem_CAPS_staticUseDirectoryBrowser(IAppBuilder^, DirectoryBrowserOptions^)

Enable directory browsing with the given options

System_CAPS_pubmethodSystem_CAPS_staticUseDirectoryBrowser(IAppBuilder^, String^)

Enables directory browsing for the given request path from the directory of the same name

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: