WithFormat(Func<string, string>) Method
Specifies the format to use when copying the value.
Namespace
Statiq.Core
Containing Type
CopyMetadata

Syntax

public CopyMetadata WithFormat(Func<string, string> format)

Parameters

Name Type Description
format Func<string, string> A function to get the format to use.

Return Value

Type Description
CopyMetadata The current module instance.