How to save and read Cookie in Asp.net Mvc

后端 未结 0 498
时光取名叫无心
时光取名叫无心 2020-12-18 17:16

I save my cookie as the following code:

public static void SetCookie(string key, string value, int expireDay = 1)
{
        var cookie = new          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题