Skip to content
Docs Try Aspire

getConfigValue

Function
📦 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

Applies to

This function is an extension method on the following types: