Click or drag to resize

CefRequestHandlerOnResourceRedirect Method

Called on the IO thread when a resource load is redirected. The |request| parameter will contain the old URL and other request-related information. The |new_url| parameter will contain the new URL and can be changed if desired. 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 void OnResourceRedirect(
	CefBrowser browser,
	CefFrame frame,
	CefRequest request,
	ref string newUrl
)

Parameters

browser  CefBrowser
 
frame  CefFrame
 
request  CefRequest
 
newUrl  String
 
See Also