读书人

票证认证 的注销

发布时间: 2012-12-27 10:17:10 作者: rapoo

票据认证 的注销
protected void LoginOut(object sender, EventArgs e)
{
FormsAuthentication.SignOut();
Response.Redirect("~/index.aspx");
}

读书人网 >编程

热点推荐