Click or drag to resize

IDownloadBrowser Property

Gets the browser that initiated this download.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IBrowser Browser { get; }

Property Value

Type: IBrowser
The browser that initiated this download. Can be null if no IBrowser is associated with this download.
See Also