Click or drag to resize

PostDataElements Property

Version 86.0.240
Retrieve the post data elements.

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

Property Value

Type: IListIPostDataElement

Implements

IPostDataElements
See Also