Search Results for

    Show / Hide Table of Contents

    Class EnvConfigurationProvider

    An ENV file based ConfigurationProvider.

    Inheritance
    Object
    ConfigurationProvider
    EnvConfigurationProvider
    Implements
    IConfigurationProvider
    Inherited Members
    ConfigurationProvider.TryGet(String, String)
    ConfigurationProvider.Set(String, String)
    ConfigurationProvider.GetChildKeys(IEnumerable<String>, String)
    ConfigurationProvider.GetReloadToken()
    ConfigurationProvider.OnReload()
    ConfigurationProvider.ToString()
    ConfigurationProvider.Data
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.Extensions.Configuration
    Assembly: DotEnv.Extensions.Microsoft.Configuration.dll
    Syntax
    public class EnvConfigurationProvider : ConfigurationProvider, IConfigurationProvider

    Constructors

    Name Description
    EnvConfigurationProvider(EnvConfigurationSource)

    Initializes a new instance with the specified source.

    Methods

    Name Description
    Load()

    Loads the data for this provider.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core