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.
如何在 MVC 2.0 中创建登录部分视图?
我想将它包含在我网站的几个母版页中,因为我无法在 MVC 中使用登录控件。
我在控制器中输入什么代码来接受用户名和密码?
默认的 MVC 项目会为您创建一个。只需安装 MVC 并创建一个 MVC 项目。它将有一个主页面,其中已经创建了一个登录部分视图。