SharedOptionsBase<T>.FileSystem Property

 

The file system used to locate resources

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

Syntax

public IFileSystem FileSystem { get; set; }
public:
property IFileSystem^ FileSystem {
    IFileSystem^ get();
    void set(IFileSystem^ value);
}
member FileSystem : IFileSystem with get, set
Public Property FileSystem As IFileSystem

Property Value

Type: Microsoft.Owin.FileSystems.IFileSystem

Returns IFileSystem.

See Also

SharedOptionsBase<T> Class
Microsoft.Owin.StaticFiles.Infrastructure Namespace

Return to top