Click or drag to resize

ObjectFactoryCreatePostDataElement Method

Version 92.0.260
Create a new instance of IPostDataElement

Namespace:  CefSharp.Core
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 92.0.260.0
Syntax
public static IPostDataElement CreatePostDataElement()

Return Value

Type: IPostDataElement
returns new instance of IPostDataElement
See Also