Click or drag to resize

RequestPostDataEntries Property

Version 99.2.120
Request body elements. This will be converted from base64 to binary

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax
public IList<PostDataEntry> PostDataEntries { get; set; }

Property Value

Type: IListPostDataEntry
See Also