Click or drag to resize

IPostDataRemoveElement Method

Version 75.1.140
Remove the specified IPostDataElement.

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

Parameters

element
Type: CefSharpIPostDataElement
element to be removed.

Return Value

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