Megosztás a következőn keresztül:


ConfigurationExtensions Class

Definition

Extension methods for configuration classes.

public ref class ConfigurationExtensions abstract sealed
public static class ConfigurationExtensions
type ConfigurationExtensions = class
Public Module ConfigurationExtensions
Inheritance
ConfigurationExtensions

Methods

Add<TSource>(IConfigurationBuilder, Action<TSource>)

Adds a new configuration source.

AsEnumerable(IConfiguration, Boolean)

Get the enumeration of key value pairs within the IConfiguration

AsEnumerable(IConfiguration)

Get the enumeration of key value pairs within the IConfiguration

Exists(IConfigurationSection)

Determines whether the section has a Value or has children

GetConnectionString(IConfiguration, String)

Shorthand for GetSection("ConnectionStrings")[name].

GetRequiredSection(IConfiguration, String)

Gets a configuration sub-section with the specified key.

Applies to