Click or drag to resize

PostDataElementBytes Property

Version 94.4.20
Gets or sets the bytes of this IPostDataElement.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public byte[] Bytes { get; set; }

Property Value

Type: Byte

Implements

IPostDataElementBytes
See Also