Class FileProviderExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class FileProviderExtensions
Methods
Name | Description |
---|---|
GetFileInfoOrThrow(IFileProvider, string) | Retrieves the file information from the specified file provider or throws an exception if the file is not found. |
ReadAllBytes(IFileProvider, string) | Reads all bytes from a file in the specified file provider. |
ReadAllText(IFileProvider, string) | Reads all text from a file in the specified file provider. |