Click or drag to resize

CefDisplayHandlerOnConsoleMessage Method

Called to display a console message. Return true to stop the message from being output to the console.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool OnConsoleMessage(
	CefBrowser browser,
	string message,
	string source,
	int line
)

Parameters

browser  CefBrowser
 
message  String
 
source  String
 
line  Int32
 

Return Value

Boolean
See Also