IReadOnlyFileProviderCollection.

Get(string) Method

Summary

Gets the requested file provider. Throws System.Collections.Generic.KeyNotFoundException if the provider couldn't be found.

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.
GitHub