FromSettings<TValue>(Action<IReadOnlySettings>) Method
Creates a config value from an action that uses the settings and returns the default value of TValue.
Namespace
Statiq.Common
Containing Type
Config

Syntax

public static Config<TValue> FromSettings<TValue>(Action<IReadOnlySettings> action)

Type Parameters

Name Description
TValue The type of config value.

Parameters

Name Type Description
action Action<IReadOnlySettings> A delegate action to evaluate.

Return Value

Type Description
Config<TValue> A config object.