关于[State Management in ASP.NET Core MVC]的摘要:
HTTP is a stateless protocol. So HTTP requests are independent messages that don’t retain user values or app state. We need to take additional steps to manage state between the requests. In this article, we are going to look at various approaches to the HTTP state management that we can use in our application.
原文地址: https://code-maze.com/state-management-in-asp-net-core-mvc/