Click or drag to resize

PostDataRemoveElement Method

Version 130.1.90
Remove the specified IPostDataElement.

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

Parameters

element  IPostDataElement
element to be removed.

Return Value

Boolean
Returns true if the add succeeds.

Implements

IPostDataRemoveElement(IPostDataElement)
See Also