Click or drag to resize

PostData.RemoveElement Method

Version 105.3.390
Remove the specified IPostDataElement.

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

Parameters

element
Type: CefSharp.IPostDataElement
element to be removed.

Return Value

Type: Boolean
Returns true if the add succeeds.

Implements

IPostData.RemoveElement(IPostDataElement)
See Also