GetHtmlPageの名前空間を教えてもらえますか?私は持っています:
using System.Net;
using System.IO;
ここにある手順に従って:http://www.mikesdotnetting.com/Article/49/How-to-read-a-remote-web-page-with-ASP.NET-2.0
しかし、このコード行は次のとおりです。
string locatorReport = GetHtmlPage(URL);
エラーメッセージをスローします:
The name 'GetHtmlPage' does not exist in the current context
アドバイスをいただければ幸いです。
よろしく。