Click or drag to resize

RequestInterceptedEventArgsIsDownload Property

Version 118.6.80
Set if the request is a navigation that will result in a download. Only present after response is received from the server (i.e. HeadersReceived stage).

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public bool? IsDownload { get; }

Property Value

Type: NullableBoolean
See Also