PostDataElementBytes Property |
Version 86.0.240 [Missing <summary> documentation for "P:CefSharp.PostDataElement.Bytes"]
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax public virtual byte[] Bytes { get; set; }
public:
virtual property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
ByteImplements
IPostDataElementBytesSee Also