Click or drag to resize

PostDataRemoveElement Method

Version 94.4.20
Remove the specified IPostDataElement.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public bool RemoveElement(
	IPostDataElement element
)

Parameters

element
Type: CefSharpIPostDataElement
element to be removed.

Return Value

Type: Boolean
Returns true if the add succeeds.

Implements

IPostDataRemoveElement(IPostDataElement)
See Also