Click or drag to resize

RequestInterceptedEventArgsIsNavigationRequest Property

Version 101.0.180
Whether this is a navigation request, which can abort the navigation completely.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax
public bool IsNavigationRequest { get; }

Property Value

Type: Boolean
See Also