如何重定向页面 [英] how to redirect the page

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

问题描述

如何在asp.net中将页面从www.example.org/sdfjs.pdf重定向到www.example.org
有人告诉我

how to redirect the page from www.example.org/sdfjs.pdf to www.example.org in asp.net
any one tell me

推荐答案

您可以通过阅读文档
You redirect by reading the documentation http://msdn.microsoft.com/en-us/library/x3x8t37x.aspx[^]


请参阅本文
http://asp-net-example.blogspot. com/2009/01/aspnet-redirect-example-how-to-redirect.html [ http://stackoverflow.com/questions/1093081/aspx-page-重定向到新页面 [ ^ ]
Refer this article
http://asp-net-example.blogspot.com/2009/01/aspnet-redirect-example-how-to-redirect.html[^]
and refer this thread
http://stackoverflow.com/questions/1093081/aspx-page-to-redirect-to-a-new-page[^]


在下面使用此代码:)

Use this code below :)

Response.Redirect("www.example.com")


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

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