RequestInterceptedEventArgsIsDownload Property  | 
Version 102.0.100 
            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 (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic bool? IsDownload { get; }public:
property Nullable<bool> IsDownload {
	Nullable<bool> get ();
}Property Value
Type: 
NullableBoolean
See Also