Windows phone 8 WP8 webview缺少引用

Windows phone 8 WP8 webview缺少引用,windows-phone-8,webview,Windows Phone 8,Webview,我正在尝试在xaml中添加webview。它给出了这个错误。我已经找过了,但找不到答案。是否可以在WP8页面内添加webview <Grid x:Name="todaysGrid" > <Grid.RowDefinitions> <RowDefinition Height="Auto" /> <RowDefinition Height="Auto" /> </Grid.

我正在尝试在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找不到类型或命名空间名称“WebView”(是否缺少using指令或程序集引用?)

谢谢。

控件被调用。

谢谢,但现在我有问题,我将“www.google.com”作为源代码,但无法显示页面。原因可能是什么?