PostDataElementBytes Property |
Version 98.1.210
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 98.1.210.0
Syntax public byte[] Bytes { get; set; }
public:
virtual property array<unsigned char>^ Bytes {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
Property Value
Type:
ByteImplements
IPostDataElementBytesSee Also