Click or drag to resize

IConfigurationProviderContains Method

Determines whether the configuration contains an entry with the specified key.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key to locate in the configuration.

Return Value

Type: Boolean
true if the configuration contains the specified configuration key; otherwise, false.
See Also