Click or drag to resize
IFrameLoadRequest Method
Version 51.0.0
Load the custom request.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void LoadRequest(
	IRequest request
)

Parameters

request
Type: CefSharpIRequest
request to be loaded in the frame
See Also