IUploadFileOptions.JsonEncodeValue property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Only useful for uploading multiple files. Specifies whether to JSON encode value. If your field is a string field set it to true.

public bool JsonEncodeValue { get; }

See Also