Click or drag to resize

CefRenderProcessHandlerOnBeforeNavigation Method

Called before browser navigation. Return true to cancel the navigation or false to allow the navigation to proceed. The |request| object cannot be modified in this callback.

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 OnBeforeNavigation(
	CefBrowser browser,
	CefFrame frame,
	CefRequest request,
	CefNavigationType navigation_type,
	bool isRedirect
)

Parameters

browser  CefBrowser
 
frame  CefFrame
 
request  CefRequest
 
navigation_type  CefNavigationType
 
isRedirect  Boolean
 

Return Value

Boolean
See Also