Click or drag to resize

IWebBrowserTryGetBrowserCoreById Method

Version 102.0.100
Try and get a reference to the IBrowser instance that matches the browserId. Primarily used for geting a reference to the IBrowser used by popups.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
bool TryGetBrowserCoreById(
	int browserId,
	out IBrowser browser
)

Parameters

browserId
Type: SystemInt32
browser Id
browser
Type: CefSharpIBrowser
When this method returns, contains the IBrowser object reference that matches the specified browserId, or null if no matching instance found.

Return Value

Type: Boolean
true if a IBrowser instance was found matching browserId; otherwise, false.
See Also