Click or drag to resize

PostDataElement.Bytes Property

Version 97.1.60
Gets or sets the bytes of this IPostDataElement.

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

Property Value

Type:Byte[]

Implements

IPostDataElement.Bytes
See Also