Skip to content
Docs Try Aspire
Docs Try

getConfigValue

Method
📦 Aspire.Hosting v13.2.0
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

Applies to

This method applies to the following types: