Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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.
Provides abstractions and implementations for accessing file systems.
Classes
| Name | Description |
|---|---|
| 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 nonexistent directory. |
| NotFoundFileInfo |
Represents a nonexistent 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
| Name | Description |
|---|---|
| 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. |
Feedback
Was this page helpful?
