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.
我正在研究 ASP.NET Core。我的要求是每当用户请求任何我需要检查会话的控制器时。如果在请求控制器时会话不可用,我需要将它们重定向到登录页面。 我怎样才能做到这一点? 提前致谢。