使用 JavaScript 的 FormsAuthentication.SignOut()
有谁请帮我解决这个问题,在我的 asp.net 应用程序中,我正在使用 FormsAuthentication.SignOut();注销应用程序的方法,但我有一个奇怪的要求,我必须使用 Javascript 函数实现 FormsAuthentication.SignOut() 。是否可以?如果是,请帮助我提供示例代码来实现此要求。
提前致谢
Does anyone please help me for solving this issue, In my asp.net application, i am using FormsAuthentication.SignOut(); method for sign out the application, but i have one strange requirement that i have to implement the FormsAuthentication.SignOut() by using Javascript function. Is it possible? if yes, please help me by providing the sample code to achieving this requirement.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 AJAX“加载”调用 FormsAuthentication.SignOut 的页面。
使用 JQuery,它看起来像这样,因为注销按钮的 ID 为“logout”。
You can use AJAX to "load" the page that calls FormsAuthentication.SignOut.
Using JQuery it would look something like this, given that the logout button has ID "logout".