SetConfig(string, IConfig) Method
Sets the config for a given key.
Namespace
Statiq.Common
Containing Type
MultiConfigModuleBase

Syntax

protected MultiConfigModuleBase SetConfig(string key, IConfig config)

Parameters

Name Type Description
key string The key of the config to set.
config IConfig The config to set or null to remove the key.

Return Value

Type Description
MultiConfigModuleBase The current instance.