Click or drag to resize

RequestInitializePostData Method

Version 130.1.90
Initialize a new instance of IPostData. Make sure to check if the PostData is null before calling otherwise the existing data will be overridden.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public void InitializePostData()

Implements

IRequestInitializePostData
See Also