Click or drag to resize

PostDataElements Property

Version 94.4.20
Retrieve the post data elements.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public IList<IPostDataElement> Elements { get; }

Property Value

Type: IListIPostDataElement

Implements

IPostDataElements
See Also