Asp.net 设置页面自动刷新

方法是在Head中加入meta,代码如下:

<head>
    
<title>Copyright by East China Information Inc.</title>
    
<%--自动刷新 scott 每十分钟刷新一次 --%>
    
<meta http-equiv="REFRESH" content="600">
</head>
原文地址:https://www.cnblogs.com/scottckt/p/1372433.html