Enum EncType
Representation of the different form encoding types. Use .Humanize() to get the enc type for output.
Namespace: ChameleonForms.Enums
Assembly: ChameleonForms.Core.dll
Syntax
public enum EncType
Fields
Name | Description |
---|---|
Multipart | Multipart |
Plain | Plain text |
UrlEncoded | URL encoded |