Click or drag to resize

PostDataAddElement Method

Version 86.0.240
Add the specified IPostDataElement.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual bool AddElement(
	IPostDataElement element
)

Parameters

element
Type: CefSharpIPostDataElement
element to be added.

Return Value

Type: Boolean
Returns true if the add succeeds.

Implements

IPostDataAddElement(IPostDataElement)
See Also