Microsoft.Extensions.FileProviders Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
CompositeFileProvider |
Looks up files using a collection of IFileProvider. |
EmbeddedFileProvider |
Looks up files using embedded resources in the specified assembly. This file provider is case sensitive. |
ManifestEmbeddedFileProvider |
An embedded file provider that uses a manifest compiled in the assembly to reconstruct the original paths of the embedded files when they were embedded into the assembly. |
NotFoundDirectoryContents |
Represents a non-existing directory |
NotFoundFileInfo |
Represents a non-existing file. |
NullChangeToken |
An empty change token that doesn't raise any change callbacks. |
NullFileProvider |
An empty file provider with no contents. |
PhysicalFileProvider |
Looks up files using the on-disk file system |
Interfaces
IDirectoryContents |
Represents a directory's content in the file provider. |
IFileInfo |
Represents a file in the given file provider. |
IFileProvider |
A read-only file provider abstraction. |