网页,webclient [英] web page,webclient

查看:73
本文介绍了网页,webclient的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好......

如何从网页上获取身体成分并将其显示在文本块上?

how to get only body components from a web page and display it on textblock??

推荐答案

您是否考虑过使用WebBrowser控件?

Have you considered using WebBrowser control?

WebBrowser 控件可以嵌入到应用程序中并用于以下内容包括但不限于
的目的数量:

The WebBrowser control can be embedded in an app and used for a number of purposes that include, but are not limited to, the following:

  • Displaying web content from the network. You can build an app that’s composed solely of an embedded WebBrowser control that points to your website, with custom branding around the outside of the control. For more info, see How to display web content from the network using the WebBrowser control for Windows Phone.

显示静态网页内容。您可以配置应用程序以在独立存储中本地保存内容,然后用户可以稍后在嵌入式
WebBrowser 控件。有关详细信息,请参阅
如何使用Windows Phone的WebBrowser控件显示静态Web内容

Displaying static web content. You can configure an app to save content locally in isolated storage, and then the user can view it later in an embedded WebBrowser control. For more info, see How to display static web content using the WebBrowser control for Windows Phone.

显示动态生成的Web含量。您可以指向
WebBrowser
控制在应用程序代码中动态构建的HTML内容。有关详细信息,请参阅
如何使用Windows Phone的WebBrowser控件显示动态生成的Web内容

Displaying dynamically generated web content. You can point the WebBrowser control at HTML content that’s constructed dynamically in the app code. For more info, see How to display dynamically generated web content using the WebBrowser control for Windows Phone.


这篇关于网页,webclient的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆