Windows Forms Webbrowswer control with IDownloadManager
问题 I'm using the Systems.Windows.Forms.Webbrowser control and need to override the download manager. I've followed the instructions here to subclass the form and override CreateWebBrowserSiteBase() /// <summary> /// Browser with download manager /// </summary> public class MyBrowser : WebBrowser { /// <summary> /// Returns a reference to the unmanaged WebBrowser ActiveX control site, /// which you can extend to customize the managed <see ref="T:System.Windows.Forms.WebBrowser"/> control. /// <