Skip to content
DocsTry Aspire
DocsTry

getConfigValue

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

Signature

methodgetConfigValue
Gets a configuration value by key.
getConfigValue(key: string): string
keystring
string

Applies to

This method applies to the following types: