Summary
A read-only collection of file providers mapped to schemes.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Implementing Types
graph BT
Type["IReadOnlyFileProviderCollection"]
class Type type-node
Implementing0["IFileProviderCollection"]-.->Type
click Implementing0 "/api/Wyam.Common.IO/IFileProviderCollection"
Syntax
public interface IReadOnlyFileProviderCollection
Properties
Name | Value | Summary |
---|---|---|
Providers | IReadOnlyDictionary |
Gets the current file providers.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
IFileProvider |
Gets the requested file provider. Throws
System.Collections.Generic.KeyNotFoundException
if the provider couldn't be found.
|
TryGet |
bool |
Tries to get the requested file provider.
|