Click or drag to resize

ManagedCefBrowserAdapterCreateBrowser Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.ManagedCefBrowserAdapter.CreateBrowser(CefSharp.IWindowInfo,CefSharp.BrowserSettings,CefSharp.RequestContext,System.String)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public void CreateBrowser(
	IWindowInfo windowInfo,
	BrowserSettings browserSettings,
	RequestContext requestContext,
	string address
)

Parameters

windowInfo
Type: CefSharpIWindowInfo

[Missing <param name="windowInfo"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.CreateBrowser(CefSharp.IWindowInfo,CefSharp.BrowserSettings,CefSharp.RequestContext,System.String)"]

browserSettings
Type: CefSharpBrowserSettings

[Missing <param name="browserSettings"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.CreateBrowser(CefSharp.IWindowInfo,CefSharp.BrowserSettings,CefSharp.RequestContext,System.String)"]

requestContext
Type: CefSharpRequestContext

[Missing <param name="requestContext"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.CreateBrowser(CefSharp.IWindowInfo,CefSharp.BrowserSettings,CefSharp.RequestContext,System.String)"]

address
Type: SystemString

[Missing <param name="address"/> documentation for "M:CefSharp.ManagedCefBrowserAdapter.CreateBrowser(CefSharp.IWindowInfo,CefSharp.BrowserSettings,CefSharp.RequestContext,System.String)"]

See Also