FileServerOptions.EnableDirectoryBrowsing Property
Directory browsing is disabled by default.
Namespace: Microsoft.Owin.StaticFiles
Assembly: Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)
Syntax
public bool EnableDirectoryBrowsing { get; set; }
public:
property bool EnableDirectoryBrowsing {
bool get();
void set(bool value);
}
member EnableDirectoryBrowsing : bool with get, set
Public Property EnableDirectoryBrowsing As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
FileServerOptions Class
Microsoft.Owin.StaticFiles Namespace
Return to top