Пример #1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        if (Request.QueryString["action"] == "logout")
        {
            AccessControl.LogoutUser();
            Response.Redirect(cms.Current.GetRootPath);
            return;
        }

        ContentListBlockControl.ShowPageLinks = true;
    }