Click or drag to resize

PageClientNavigatedWithinDocument Event

Version 130.1.90
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Namespace: CefSharp.DevTools.Page
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public event EventHandler<NavigatedWithinDocumentEventArgs> NavigatedWithinDocument

Value

EventHandlerNavigatedWithinDocumentEventArgs
See Also