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