Click or drag to resize

PostDataElements Property

Version 130.1.90
Retrieve the post data elements.

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

Property Value

IListIPostDataElement

Implements

IPostDataElements
See Also