本文介绍了从Google帐户退出后如何重定向到登录页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我在c#中有asp.net网站。

这里我使用GoogleAccount登录网站。



我成功登录/退出网站,但注销重定向为

Hi guys,

I have asp.net website in c#.
Here i'm using GoogleAccount to login into the website.

I successfully Login/Logout from the website but the logout redirect is as

Logout.aspx
------------
Response.Redirect("https://www.google.com/accounts/Logout");





现在,在重定向到googleLogout页面后,我想将其重定向到登录页面。



任何人都可以请帮助我。





谢谢



Now, after the redirect to googleLogout page, i want to redirect it to Login page.

Can anyone please help me.


Thanks

推荐答案


这篇关于从Google帐户退出后如何重定向到登录页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-11 13:24