IPostDataRemoveElement Method |
Version 101.0.180
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax bool RemoveElement(
IPostDataElement element
)
bool RemoveElement(
IPostDataElement^ element
)
Parameters
- element
- Type: CefSharpIPostDataElement
element to be removed.
Return Value
Type:
Boolean Returns true if the add succeeds.
See Also