Skip to content
Docs Try Aspire

IConfiguration.getConfigValue

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface IConfiguration {
// ... omitted for brevity
getConfigValue(key: string): string;
}

Signature

method getConfigValue
Gets a configuration value by key
getConfigValue(key: string): string
key string
string

Defined on

This method is defined on the following type: