private async void Page_Loaded(object sender, RoutedEventArgs e) { Root myNetwork = await NetWork.GetNetwork(); string image = String.Format(myNetwork.image); ResultImage.Source = new BitmapImage(new Uri(image, UriKind.Absolute)); TemTextBlock.Text = myNetwork.title; sourceImage.Text = myNetwork.image; DescriptionTextBlock.Text = Convert.ToString(myNetwork.content.description); LocationTextBlock.Text = myNetwork.date; }