WP8 webview缺少参考

时间:2014-05-29 13:51:09

标签: windows-phone-8 webview

我试图在xaml中添加webview。它给出了这个错误。我搜索过但无法找到答案。是否可以在WP8页面中添加webview。

   <Grid x:Name="todaysGrid" >
      <Grid.RowDefinitions>
           <RowDefinition Height="Auto" />
           <RowDefinition Height="Auto" />
      </Grid.RowDefinitions>
      <WebView x:Name="webView1" Grid.Row="0"  Height="800"/>
   </Grid>

Error   1   The type or namespace name 'WebView' could not be found (are you missing a using directive or an assembly reference?)   

感谢。

1 个答案:

答案 0 :(得分:1)

该控件名为WebBrowser