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

Syntax

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

Parameters

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

Return Value

Type Description
Config<object> A config object.