Summary
Gets the current file providers.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- I
Read Only File Provider Collection
Syntax
IReadOnlyDictionary<string, IFileProvider> Providers { get; }
Value
Type | Description |
---|---|
IReadOnlyDictionary |
The current file providers. |