FileConfigurationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for FileConfigurationProvider.
public ref class FileConfigurationExtensions abstract sealed
public static class FileConfigurationExtensions
type FileConfigurationExtensions = class
Public Module FileConfigurationExtensions
- Inheritance
-
FileConfigurationExtensions
Remarks
For more information and examples, see File configuration provider.
Methods
GetFileLoadExceptionHandler(IConfigurationBuilder) |
Gets a default action to be invoked for file-based providers when an error occurs. |
GetFileProvider(IConfigurationBuilder) |
Gets the default IFileProvider to be used for file-based providers. |
SetBasePath(IConfigurationBuilder, String) |
Sets the FileProvider for file-based providers to a PhysicalFileProvider with the base path. |
SetFileLoadExceptionHandler(IConfigurationBuilder, Action<FileLoadExceptionContext>) |
Sets a default action to be invoked for file-based providers when an error occurs. |
SetFileProvider(IConfigurationBuilder, IFileProvider) |
Sets the default IFileProvider to be used for file-based providers. |