Interface ICompositeFileProvider
Signature of a Microsoft.
Namespace: EPiServer.Framework.Hosting
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public interface ICompositeFileProvider : IFileProvider
Methods
AddProviders(IEnumerable<IBasePathFileProvider>)
Adds base path file providers to the composite provider
Declaration
void AddProviders(IEnumerable<IBasePathFileProvider> fileProviders)
Parameters
Type | Name | Description |
---|---|---|
System. |
fileProviders | The IBase |