Class NavigationFinishedEventArgs
- Namespace
 - DotNetBrowser.Navigation.Events
 
- Assembly
 - DotNetBrowser.dll
 
Event arguments for the NavigationFinished event.
public class NavigationFinishedEventArgs : FrameNavigationEventArgs
  - Inheritance
 - 
      
      
      
      
      NavigationFinishedEventArgs
 
- Inherited Members
 
Properties
- ErrorCode
 Gets the navigation error code.
- HasCommitted
 Indicates whether the navigation has committed.
- IsErrorPage
 Indicates whether the navigation resulted in an error page.
- IsSameDocument
 Indicates whether the navigation has been performed in the scope of the same document.
- Url
 Gets the navigation URL.
- WasServerRedirect
 Indicates whether the navigation has encountered a server redirect.