Event NavigationStarted
- Namespace
- DotNetBrowser.Navigation
- Assembly
- DotNetBrowser.dll
Occurs when the navigation has been started. This is also fired by same-document navigations, such as fragment navigations or pushState/replaceState, which will not result in a document change. To filter these out, use the IsSameDocument property.
Note that more than one navigation can be ongoing in the same frame at the same time(including the main frame). Also, there is no guarantee that the NavigationFinished will be fired for any particular navigation before this event is called on the next.
event EventHandler<NavigationStartedEventArgs> NavigationStarted
Returns
- EventHandler<NavigationStartedEventArgs>
- Occurs when the navigation has been started. This is also fired by same-document navigations, such as fragment navigations or pushState/replaceState, which will not result in a document change. To filter these out, use the property. Note that more than one navigation can be ongoing in the same frame at the same time(including the main frame). Also, there is no guarantee that the will be fired for any particular navigation before this event is called on the next.