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