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