示例#1
0
        protected void BtnRoleConfig_Click(object sender, ImageClickEventArgs e)
        {
            string token = proxy.getToken("ABC");

            Response.Redirect("~/Function/QLRole.aspx?" + Constants.REQUEST_TOKEN + "=" + token, false);
        }