Click or drag to resize

RequestPostDataEntries Property

Version 130.1.90
Request body elements (post data broken into individual entries).

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

Property Value

IListPostDataEntry
See Also