IFileProviderCollection Interface

Summary

A collection of file providers mapped to schemes.
graph BT Type-.->Interface0["IReadOnlyFileProviderCollection"] click Interface0 "/api/Wyam.Common.IO/IReadOnlyFileProviderCollection" Type["IFileProviderCollection"] class Type type-node

Syntax

public interface IFileProviderCollection : IReadOnlyFileProviderCollection

Methods

Name Value Summary
Add(string, IFileProvider) void
Adds a file provider.
Remove(string) bool
Removes a file provider by scheme.
GitHub