在有验证码的Page_Load加上
Response.Expires = -1;
Response.ExpiresAbsolute = DateTime.Now.AddSeconds(-1);
Response.CacheControl = "no-cache";
相关文章:
-
2022-12-23
-
2021-12-03
-
2022-12-23
-
2021-09-12
-
2021-09-12
-
2021-05-28
猜你喜欢
-
2021-06-18
-
2021-12-18
-
2021-12-01
-
2022-12-23
-
2021-08-21
-
2022-12-23
-
2021-12-21
相关资源
-
下载
2023-03-02
-
下载
2022-12-10
-
下载
2022-12-23