PostDataElementType Enumeration |
Version 63.0.0
Post data elements may represent either bytes or files.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public enum PostDataElementType
public enum class PostDataElementType
Members
| Member name | Value | Description |
---|
| Empty | 0 | |
| Bytes | 1 | |
| File | 2 | |
See Also