如何重定向到谷歌重定向像URL的另一个aspx页面

如何重定向到谷歌重定向像URL的另一个aspx页面

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

问题描述





如何重定向到另一个页面,其中有一些垃圾数据在网址中如何发生。



例如,有两个页面Login.aspx和HomePage.aspx,登录后,重定向到另一个页面必须包含一些垃圾文本。



http:localhost:8080:ProjectName / Login.aspx ----> http:localhost:8080:ProjectName /&xwoasdfoiuiof!sdk7788?Login.aspx?fjldkjfadfj!kdfjiu8





还有如何在使用时点击浏览器中的后退按钮重定向到默认页面。

解决方案



Hi,

How to Redirect to another page with some junk data inside the url how it happens in google.

For Example there are two pages Login.aspx and HomePage.aspx,After login, redirecting to the other page must contain some junk text.

http:localhost:8080:ProjectName/Login.aspx---->http:localhost:8080:ProjectName/&xwoasdfoiuiof!sdk7788?Login.aspx?fjldkjfadfj!kdfjiu8


And also how to redirect to the default page when use clicks the back button in the browser.

解决方案




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

08-23 05:02