Click or drag to resize

IFrameLoadUrl Method

Version 130.1.90
Load the specified url.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void LoadUrl(
	string url
)

Parameters

url  String
url to be loaded in the frame
See Also