IReadOnlyFileProviderCollection.

TryGet(string, IFileProvider) Method

Summary

Tries to get the requested file provider.

Syntax

bool TryGet(string scheme, out IFileProvider fileProvider)

Parameters

Name Type Description
scheme string The scheme the provider supports.
fileProvider IFileProvider The file provider.

Return Value

Type Description
bool true if the provider was found, otherwise false.
GitHub