Summary
Gets the requested file provider. Throws
System.Collections.Generic.KeyNotFoundException
if the provider couldn't be found.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- I
Read Only File Provider Collection
Syntax
IFileProvider Get(string scheme)
Parameters
| Name | Type | Description |
|---|---|---|
| scheme | string | The scheme the provider supports. |
Return Value
| Type | Description |
|---|---|
| IFileProvider | The requested Wyam.Common.IO.IFileProvider. |
