NavigationFinishedEventArgsIsSameDocument Property  | 
 
                Indicates whether the navigation has been performed in the scope of the same document.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntaxpublic bool IsSameDocument { get; }Property Value
Type: 
Booleantrue if the navigation has been performed in the scope of the same document, 
false otherwise.
See Also