Share via


FileServerOptions.EnableDefaultFiles Property

 

Default files are enabled by default.

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

Syntax

public bool EnableDefaultFiles { get; set; }
public:
property bool EnableDefaultFiles {
    bool get();
    void set(bool value);
}
member EnableDefaultFiles : bool with get, set
Public Property EnableDefaultFiles As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

FileServerOptions Class
Microsoft.Owin.StaticFiles Namespace

Return to top