Click or drag to resize

IFrameCreateRequest Method

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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