Click or drag to resize

IFrameLoadStringForUrl Method

Version 75.1.140
Load the contents of html with the specified dummy url.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
void LoadStringForUrl(
	string html,
	string url
)

Parameters

html
Type: SystemString
html to be loaded
url
Type: SystemString
should have a standard scheme (for example, http scheme) or behaviors like link clicks and web security restrictions may not behave as expected.
See Also