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

Syntax

public static Config<TValue> FromDocument<TValue>(Action<IDocument> action)

Type Parameters

Name Description
TValue The type of config value.

Parameters

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

Return Value

Type Description
Config<TValue> A config object.