Skip to content

IFilenameFormatSanitizer.SanitizePlaceholder method

Sanitizes the placeholder value

public string SanitizePlaceholder(string key, string? value)
parameter description
key Key for placeholder, e.g. field name
value Value for placeholder, e.g. field value

See Also