Click or drag to resize

PostData.RemoveElement Method

Version 79.1.350
Remove the specified IPostDataElement.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 76.1.90.0
Syntax
public virtual 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