gpt4 book ai didi

asp.net mvc session 示例

转载 作者:行者123 更新时间:2023-12-01 08:42:07 24 4
gpt4 key购买 nike

谁能给我一个示例或链接到在 asp.net mvc 中使用 session 的示例或链接?

最佳答案

与 WebForms 中相同:

使用 HttpContext.Current.Session 对象。

HttpContext.Current.Session["UserName"] = "Jon";

string userName = HttpContext.Current.Session["UserName"];

关于asp.net mvc session 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1199599/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com