IPostDataAddElement Method |
Version 90.6.50
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax bool AddElement(
IPostDataElement element
)
bool AddElement(
IPostDataElement^ element
)
Parameters
- element
- Type: CefSharpIPostDataElement
element to be added.
Return Value
Type:
BooleanReturns true if the add succeeds.
See Also