ccqin的blog

待定

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
IFrame frame = null;
            var identifiers = Browser.GetBrowser().GetFrameIdentifiers();
            foreach (var i in identifiers)
            {
                frame = Browser.GetBrowser().GetFrame(i);

                if (frame != null)
                {
                    var task = frame.GetSourceAsync();
                    task.Wait();
                    string content = task.Result;
                }
            }

 

posted on 2017-09-06 10:12  ccqin  阅读(1101)  评论(0编辑  收藏  举报