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.
デスクトップから Web サイトにログインできるようにする winform アプリケーションを作成するにはどうすればよいですか?
多くの方法
1- WebBrowser Control を使用して Web サイトに移動し、Web サイトにログインします。
2- HttpWebRequest クラスを使用し、Credentials プロパティを使用する
最も簡単な方法はオプション 1 です