IFilenameFormatSanitizer.SanitizePlaceholder method

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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