FromDocument<TValue>(Func<IDocument, TValue>) Method
Creates a config value from a delegate that uses a document.
Namespace
Statiq.Common
Containing Type
Config

Syntax

public static Config<TValue> FromDocument<TValue>(Func<IDocument, TValue> func)

Type Parameters

Name Description
TValue The type of config value.

Parameters

Name Type Description
func Func<IDocument, TValue> The delegate that produces the config value.

Return Value

Type Description
Config<TValue> A config object.