C# Class Microsoft.Extensions.FileProviders.NullFileProvider

An empty file provider with no contents.
Inheritance: IFileProvider
Afficher le fichier Open project: uhaciogullari/HttpClientFactoryLite

Méthodes publiques

Méthode Description
GetDirectoryContents ( string subpath ) : IDirectoryContents

Enumerate a non-existent directory.

GetFileInfo ( string subpath ) : IFileInfo

Locate a non-existent file.

Watch ( string filter ) : IChangeToken

Returns a IChangeToken that monitors nothing.

Method Details

GetDirectoryContents() public méthode

Enumerate a non-existent directory.
public GetDirectoryContents ( string subpath ) : IDirectoryContents
subpath string A path under the root directory. This parameter is ignored.
Résultat IDirectoryContents

GetFileInfo() public méthode

Locate a non-existent file.
public GetFileInfo ( string subpath ) : IFileInfo
subpath string A path under the root directory.
Résultat IFileInfo

Watch() public méthode

Returns a IChangeToken that monitors nothing.
public Watch ( string filter ) : IChangeToken
filter string Filter string used to determine what files or folders to monitor. This parameter is ignored.
Résultat IChangeToken