示例#1
0
 protected override bool OnOpenUrlFromTab(IWebBrowser browserControl, IBrowser browser, IFrame frame, string targetUrl, WindowOpenDisposition targetDisposition, bool userGesture)
 {
     return(Logic.OnOpenUrlFromTab(targetUrl, userGesture, CefLifeSpanHandler.ConvertTargetDisposition(targetDisposition)));
 }
示例#2
0
 public CefRequestHandler(CefLifeSpanHandler lifeSpanHandler, bool autoReload)
 {
     this.Logic      = new RequestHandlerLogic <IRequest>(CefRequestAdapter.Instance, lifeSpanHandler.Logic);
     this.autoReload = autoReload;
 }