Click or drag to resize

IFrameCreateRequest Method

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

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

Parameters

initializePostData (Optional)
Type: SystemBoolean
Initialize the PostData object when creating this request

Return Value

Type: IRequest
A new instance of the request
See Also