Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルをダウンロードして、好きな場所に保存するにはどうすればよいですか? Windows フォーム、Web アプリケーションを使用しています。
このコードでダウンロードできることを知っています:
WebClient wClient = new WebClient(); wClient.DownloadFile("WebLinkHere", @"C:\File.txt");
しかし、CTRL + S を押したときのような保存ボックスが必要です。