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