Click or drag to resize
IFrameLoadStringForUrl Method
Version 51.0.0
Load the contents of html with the specified dummy url.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.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