Click or drag to resize
IFrameCreateRequest Method
Version 51.0.0
Create a custom request for use with LoadRequest(IRequest)

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