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