登录到网站以使用C

登录到网站以使用C

本文介绍了登录到网站以使用C#应用程序获取用户详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对Web应用程序还很陌生.我需要一个起点,在这里我可以登录网站并获取一些用户信息以显示在C#应用程序中.该网站的网址以"https"开头,以".aspx"结尾.如何从我的应用程序登录网站并获取信息?

I am pretty new to the web applications. I need to get a starting point where I can login to a website and get some user information to display in the C# application. The site is having a url starting with ''https'' and ends with ''.aspx''. How can I login to the website from my application and get the information?

推荐答案


这篇关于登录到网站以使用C#应用程序获取用户详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 04:06