Click or drag to resize

IPostData.AddElement Method

Version 108.4.130
Add the specified IPostDataElement.

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

Parameters

element
Type: CefSharp.IPostDataElement
element to be added.

Return Value

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