RequestInterceptedEventArgsIsDownload Property |
Version 130.1.90
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.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool? IsDownload { get; }
public:
property Nullable<bool> IsDownload {
Nullable<bool> get ();
}
Property Value
NullableBooleanSee Also