KrFormOptions.SanitizeFileName property
Gets or sets the filename sanitizer.
public Func<string, string> SanitizeFileName { get; set; }
See Also
- class KrFormOptions
- namespace Kestrun.Forms
Gets or sets the filename sanitizer.
public Func<string, string> SanitizeFileName { get; set; }