RequestPostDataEntries Property |
Version 118.6.80
Request body elements. This will be converted from base64 to binary
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<PostDataEntry> PostDataEntries { get; set; }
public:
property IList<PostDataEntry^>^ PostDataEntries {
IList<PostDataEntry^>^ get ();
void set (IList<PostDataEntry^>^ value);
}
Property Value
Type:
IListPostDataEntrySee Also