且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

每隔5分钟刷新一次asp.net mvc

更新时间:2023-02-12 13:01:44

您可以添加标题到控制器中的 HttpContext.Response

You can add a Header to your HttpContext.Response in your controller

HttpContext.Response.Headers.Add("refresh", "300; url=" + Url.Action("Index"));