ConfigurationExtensions extension
Extension methods for configuration classes.
Methods
-
asIterable(
{bool makePathsRelative = false}) → Iterable< MapEntry< String, String> > -
Available on Configuration, provided by the ConfigurationExtensions extension
Get the enumeration of key value pairs within the Configuration -
getConnectionString(
String name) → String? -
Available on Configuration, provided by the ConfigurationExtensions extension
Gets the connection string -
getRequiredSection(
String key) → ConfigurationSection -
Available on Configuration, provided by the ConfigurationExtensions extension
Gets a configuration sub-section with the specified key.