我想從使用此代碼的應用程序的網站上的任何蒸汽遊戲下載HTML代碼。C#WPF蒸汽網站年齡驗證跳過
WebClient web = new WebClient();
web.BaseAddress = "http://store.steampowered.com/app/" + gameID;
StreamWriter sw = new StreamWriter(System.IO.Path.GetPathRoot(Environment.SystemDirectory) + "\\errorLog\\error.txt");
sw.Write(web.DownloadString(web.BaseAddress));
sw.Close();`
雖然這適用於某些遊戲,但不是所有的工作都是因爲年齡檢查而阻止並重定向我。
我試過研究,但一直沒能找到任何信息。
任何幫助,將不勝感激。先謝謝你。
謝謝你,這是一個很大的幫助。 – 2014-12-02 17:49:22