Posted by : Sudhir Chekuri Monday, 28 October 2013

In the below example i used a webview control to display google page in xaml webview control.


XAML Code of webview


   <WebView x:Name="WebView" Width="400" Height="400"  />

C# Code to display google webpage in webview

 Uri targetUri = new Uri("http://www.google.com");
            WebView.Navigate(targetUri);

Leave a Reply

Subscribe to Posts | Subscribe to Comments

Followers

Total Pageviews

Powered by Blogger.

Blog Archive

- Copyright © 2013 DevStudent - Metrominimalist - Powered by Blogger - Designed by Johanes Djogan -