Click or drag to resize

IFrameLoadRequest Method

Version 75.1.140
Load the custom request. LoadRequest can only be used if a renderer process already exists. In newer versions initially loading about:blank no longer creates a renderer process. You can load a Data Uri initially then call this method. https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

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

Parameters

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