Click or drag to resize

CefBrowserHostCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, String, CefRequestContext) Method

Create a new browser window using the window parameters specified by |windowInfo|. All values will be copied internally and the actual window will be created on the UI thread. If |request_context| is empty the global request context will be used. This method can be called on any browser process thread and will not block.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void CreateBrowser(
	CefWindowInfo windowInfo,
	CefClient client,
	CefBrowserSettings settings,
	string url,
	CefRequestContext requestContext
)

Parameters

windowInfo  CefWindowInfo
 
client  CefClient
 
settings  CefBrowserSettings
 
url  String
 
requestContext  CefRequestContext
 
See Also