Click or drag to resize

BaseConfigurationGetNameValueCollectionFromAppsettings Method

Framework to automate tests using Selenium WebDriver
Converting settings from appsettings.json into the NameValueCollection, key - value pairs.

Namespace: Ocaramba
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.2
Syntax
C#
public static NameValueCollection GetNameValueCollectionFromAppsettings(
	string preferences
)
Request Example

Parameters

preferences  String
Section name in appsettings.json file.

Return Value

NameValueCollection
Settings.
See Also