IFrameLoadStringForUrl Method |
Version 55.0.0
Load the contents of html with the specified dummy url.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void LoadStringForUrl(
string html,
string url
)
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