Click or drag to resize

IPostDataAddElement Method

Version 96.0.142
Add the specified IPostDataElement.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
bool AddElement(
	IPostDataElement element
)

Parameters

element
Type: CefSharpIPostDataElement
element to be added.

Return Value

Type: Boolean
Returns true if the add succeeds.
See Also