RequestInterceptedEventArgsIsNavigationRequest Property  | 
Version 102.0.100 
            Whether this is a navigation request, which can abort the navigation completely.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic bool IsNavigationRequest { get; }public:
property bool IsNavigationRequest {
	bool get ();
}Property Value
Type: 
Boolean
See Also