Click or drag to resize

PostDataElementType Enumeration

Version 86.0.240
Post data elements may represent either bytes or files.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum PostDataElementType
Members
  Member nameValueDescription
Empty0 An enum constant representing the empty option.
Bytes1 An enum constant representing the bytes option.
File2 An enum constant representing the file option.
See Also