Click or drag to resize

IFrameLoadRequest Method

Version 130.1.90
Load the custom request. WARNING: This method will fail with "bad IPC message" reason INVALID_INITIATOR_ORIGIN (213) unless you first navigate to the request origin using some other mechanism (LoadURL, link click, etc).

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

Parameters

request  IRequest
request to be loaded in the frame
See Also