PostDataElementBytes Property |
Version 130.1.90Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.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
ByteImplements
IPostDataElementBytesSee Also