NavigationFinishedEventArgsIsErrorPage Property  | 
 
                Indicates whether the navigation resulted in an error page.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntaxpublic bool IsErrorPage { get; }Property Value
Type: 
Booleantrue if the navigation resulted in an error page, 
false otherwise.
See Also