StartNavigationParametersIsMainFrame Property  | 
 
                Indicates whether the navigation request URL belongs to a main frame.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntaxpublic bool IsMainFrame { get; }Property Value
Type: 
Booleantrue if the navigation request URL belongs to a main frame, 
false otherwise.
See Also