GetConfigurationValue(IHostBuilder, string)
staticextension
public static string GetConfigurationValue(this IHostBuilder hostBuilder, string key) Gets a configuration value.
Parameters
hostBuilderIHostBuilder- The host builder.
keystring- The key.
Returns
The configuration value.
