有時候為了提高開發效率和后期可維護性,把cs里面嵌套了遠程網頁,這樣方便后期升級.
比如,美圖秀秀,qq音樂PC都嵌套了本地和遠程網頁。
在頁面拖入控件System.Windows.Forms.WebBrowser,設置dock=fill填充形式,
打開本地html:
webBrowser_meitu.Navigate("file:///" + Environment.CurrentDirectory + "/web_url/moban_list.html");
打開遠程webhtml:
webBrowser_meitu.Navigate("http://sucai.meitu.com/xiuxiu_v7/pintu/moban/banshi/hot/index-1.html");