NavigationStartedEventArgsIsMainFrame Property  | 
 
                Indicates whether the navigation is started in the main frame.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
Syntaxpublic bool IsMainFrame { get; }Property Value
Type: 
Booleantrue if the navigation is started in the main frame, 
false otherwise.
See Also