Click or drag to resize

ChromiumWebBrowser Constructor (HtmlString, IRequestContext)

Version 79.1.350
Initializes a new instance of the ChromiumWebBrowser class.

Namespace:  CefSharp.WinForms
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax
public ChromiumWebBrowser(
	HtmlString html,
	IRequestContext requestContext = null
)

Parameters

html
Type: CefSharp.WebHtmlString
html string to be initially loaded in the browser.
requestContext (Optional)
Type: CefSharpIRequestContext
Request context that will be used for this browser instance, if null the Global Request Context will be used
See Also