IConfiguration.getSection
Method
interface IConfiguration { // ... omitted for brevity getSection(key: string): IConfigurationSection;}Signature
method
getSection Gets a configuration section by key
getSection(key: string): IConfigurationSectionParameters
key string Returns
IConfigurationSection Defined on
This method is defined on the following type: