 | BaseConfigurationGetNameValueCollectionFromAppsettings Method |
Framework to automate tests using Selenium WebDriver
Converting settings from appsettings.json into the NameValueCollection, key - value pairs.
Namespace: OcarambaAssembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntaxpublic static NameValueCollection GetNameValueCollectionFromAppsettings(
string preferences
)
Request Example
Parameters
- preferences String
- Section name in appsettings.json file.
Return Value
NameValueCollectionSettings.
See Also