Click or drag to resize

IFrameCreateRequest Method

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

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