你的位置: 码友网首页 / 资讯源列表 / State Management in ASP.NET Core MVC

关于[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/

收录时间: 2019-06-18 浏览量: 2493 分类: ASP.NET Core

| 0 收藏 | 0