IReadOnlyFileProviderCollection.

Providers Property

Summary

Gets the current file providers.

Syntax

IReadOnlyDictionary<string, IFileProvider> Providers { get; }

Value

Type Description
IReadOnlyDictionary<string, IFileProvider> The current file providers.
GitHub