IConfiguration
Interface TypeScript
interface IConfiguration { getConfigValue(key: string): string; getConnectionString(name: string): string;}Methods
method
getConfigValue Gets a configuration value by key
getConfigValue(key: string): stringParameters
key string Returns
string method
getConnectionString Gets a connection string by name
getConnectionString(name: string): stringParameters
name string Returns
string