Skip to content

FormatFilenameOptions.PostFormat property

Gets or sets a callback that will be executed after formatting.

public Func<string, string> PostFormat { get; set; }

See Also