Click or drag to resize
IPostData.AddElement Method
Version 63.0.0
Add the specified IPostDataElement.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.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