天天看點

重新想象 Windows 8.1 Store Apps (80) - 控件增強: WebView 之基本應用, POST 資料, 與 JavaScript 互動

<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>

重新想象 Windows 8.1 Store Apps (80) - 控件增強: WebView 之基本應用, POST 資料, 與 JavaScript 互動

介紹

重新想象 Windows 8.1 Store Apps 之控件增強

WebView 的基本應用

WebView 通過 POST 請求和 HTTP 頭加載 url

WebView 與 JavaScript 互動

示例

1、示範 WebView 的基本應用

WebView/Demo.xaml

WebView/Demo.xaml.cs

2、示範如何通過 POST 請求和 HTTP 頭加載 url

WebView/Post.xaml

WebView/Post.xaml.cs

服務端:

WebServer/WebViewPost.aspx.cs

3、示範 WebView 如何與 JavaScript 互動

WebView/Interact.xaml

WebView/Interact.xaml.cs

HTML:

WebView/WebViewInteract.html

OK

繼續閱讀