Click or drag to resize

IPostDataRemoveElement Method

Version 130.1.90
Remove the specified IPostDataElement.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool RemoveElement(
	IPostDataElement element
)

Parameters

element  IPostDataElement
element to be removed.

Return Value

Boolean
Returns true if the add succeeds.
See Also