RequestPostDataEntries Property |
Version 130.1.90
Request body elements (post data broken into individual entries).
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<PostDataEntry> PostDataEntries { get; set; }
public:
property IList<PostDataEntry^>^ PostDataEntries {
IList<PostDataEntry^>^ get ();
void set (IList<PostDataEntry^>^ value);
}
Property Value
IListPostDataEntrySee Also