Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/318.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 从页面读取Windows 8应用程序_C#_Windows_Windows 8 - Fatal编程技术网

C# 从页面读取Windows 8应用程序

C# 从页面读取Windows 8应用程序,c#,windows,windows-8,C#,Windows,Windows 8,我需要使用windows 8 metro应用程序阅读网页中的文本? 我试过一些例子,但没有一个是有效的。。。 我想我使用了httpwebresponse类。 有人能给我解释一下它是如何工作的,或者给我一个可以工作的教程吗 我使用的是C#。看看MSDN中的HttpRequest、HttpReponse、HttpWebRequest.GetReponse()函数和类。这个问题似乎在这里得到了回答。

我需要使用windows 8 metro应用程序阅读网页中的文本? 我试过一些例子,但没有一个是有效的。。。 我想我使用了httpwebresponse类。 有人能给我解释一下它是如何工作的,或者给我一个可以工作的教程吗


我使用的是C#。

看看MSDN中的HttpRequest、HttpReponse、HttpWebRequest.GetReponse()函数和类。

这个问题似乎在这里得到了回答。