RequestInterceptedEventArgsIsNavigationRequest Property |
Version 112.3.0
Whether this is a navigation request, which can abort the navigation completely.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public bool IsNavigationRequest { get; }
public:
property bool IsNavigationRequest {
bool get ();
}
Property Value
Type:
BooleanSee Also