Method | Description | |
---|---|---|
GetDirectoryContents ( string subpath ) : IDirectoryContents | ||
GetFileInfo ( string subpath ) : IFileInfo | ||
MiniWebFileProvider ( string embeddedFilePath, ILogger logger = null ) : System | ||
Watch ( string filter ) : IChangeToken |
public GetDirectoryContents ( string subpath ) : IDirectoryContents | ||
subpath | string | |
return | IDirectoryContents |
public GetFileInfo ( string subpath ) : IFileInfo | ||
subpath | string | |
return | IFileInfo |
public MiniWebFileProvider ( string embeddedFilePath, ILogger logger = null ) : System | ||
embeddedFilePath | string | |
logger | ILogger | |
return | System |
public Watch ( string filter ) : IChangeToken | ||
filter | string | |
return | IChangeToken |