首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

票证认证 的注销

2012-12-27 
票据认证 的注销protected void LoginOut(object sender, EventArgs e){FormsAuthentication.SignOut()Re

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

热点排行