Click or drag to resize

IFrameCreateRequest Method

Version 130.1.90
Create a custom request for use with LoadRequest(IRequest)

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
IRequest CreateRequest(
	bool initializePostData = true
)

Parameters

initializePostData  Boolean  (Optional)
Initialize the PostData object when creating this request

Return Value

IRequest
A new instance of the request
See Also