Click or drag to resize

PostData.Elements Property

Version 98.1.210
Retrieve the post data elements.

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

Property Value

Type: IList<IPostDataElement>

Implements

IPostData.Elements
See Also