CompositeFileProvider.FileProviders Property
Definition
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.
Gets the list of configured IFileProvider instances.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileProviders::IFileProvider ^> ^ FileProviders { System::Collections::Generic::IEnumerable<Microsoft::Extensions::FileProviders::IFileProvider ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.FileProviders.IFileProvider> FileProviders { get; }
member this.FileProviders : seq<Microsoft.Extensions.FileProviders.IFileProvider>
Public ReadOnly Property FileProviders As IEnumerable(Of IFileProvider)