ConfigurationManager.GetSection(String) Method

Definition

Gets a configuration subsection with the specified key.

public Microsoft.Extensions.Configuration.IConfigurationSection GetSection (string key);

Parameters

key
String

The key of the configuration section.

Returns

The configuration section for the specified key.

Implements

Remarks

The name of the configuration section is case-insensitive.

Applies to

Produkt Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)