PostDataElementType Enumeration |
Version 130.1.90
Post data elements may represent either bytes or files.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum PostDataElementType
public enum class PostDataElementType
Members Member name | Value | Description |
---|
Empty | 0 |
An enum constant representing the empty option.
|
Bytes | 1 |
An enum constant representing the bytes option.
|
File | 2 |
An enum constant representing the file option.
|
See Also