Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: FileSystemHandler(string, FileSystemOptions)

Declaration

public FileSystemHandler(
    string baseDir,
    FileSystemOptions options = null
)

Summary

Initializes a new instance of FileSystemHandler.

Parameters

stringbaseDir Specifies the directory in the local file system from which files are served and directory contents are listed.
FileSystemOptionsoptions Specifies the options associated with this instance, or null to use the FileSystemHandler.DefaultOptions.