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