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 项目上使用用户身份验证。验证身份后,他们可以看到网站。我怎样才能做到这一点?
您必须使用ASP.NET Forms 身份验证和Authorize操作过滤器来实现您想要的。