自动重定向页面 [英] redirect a page automatically

查看:109
本文介绍了自动重定向页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用C#code自动重定向一个ASP.NET网页到另一个1分钟后。

how to automatically redirect an ASP.NET page to another after 1 minute using c# code.

推荐答案

您可以使用soething这样的:

You can use soething like:

<meta http-equiv="Refresh" content="60; url=http://your.new/url/here" />

在60是在几秒钟时间重定向之前要等待。

The "60" is the time in seconds to wait before redirect.

这篇关于自动重定向页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆