using System.Web.Security;
//退出
protected void lbtnLoginOut_Click(object sender, EventArgs e)
{
FormsAuthentication.SignOut();
Response.Redirect("~/index.aspx");
}
票据认证下的 退出
最新推荐文章于 2024-06-04 17:28:26 发布
